Changeset 1992 for trunk/template/yoga


Ignore:
Timestamp:
May 1, 2007, 3:57:52 PM (17 years ago)
Author:
rub
Message:

Issue 0000684: History [Search] - Add a thumbnail display

o Display choice can be selected
o Display choice is saved on on cookie
o Small improvement picture link (hoverbox on all the link, alt&title on classic mode)
o New cookie functions and use

Enhance computing method of script_basename function.

http://forum.phpwebgallery.net/viewtopic.php?pid=58258#p58258

Merge BSF 1988:1989 into branch-1_7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/history.tpl

    r1912 r1992  
    8585  <input class="submit" type="submit" name="submit" value="{lang:submit}" />
    8686</fieldset>
     87<fieldset>
     88  <legend>{lang:Display}</legend>
     89  <ul>
     90    <li>
     91      {lang:Thumbnails}
     92      <select name="display_thumbnail">
     93        <!-- BEGIN display_thumbnail -->
     94        <option {display_thumbnail.SELECTED} value="{display_thumbnail.VALUE}">{display_thumbnail.CONTENT}</option>
     95        <!-- END display_thumbnail -->
     96      </select>
     97    </li>
     98  </ul>
     99</fieldset>
    87100</form>
    88101
Note: See TracChangeset for help on using the changeset viewer.