Changeset 1844 for trunk/template/yoga


Ignore:
Timestamp:
Feb 21, 2007, 12:40:02 AM (17 years ago)
Author:
plg
Message:

New: non picture files are now logged in history when downloaded. The
history filter was redesigned: #history.is_high replaced by
#history.image_type = high. The filter is simpler.

File:
1 edited

Legend:

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

    r1827 r1844  
    5050  </ul>
    5151
    52   <ul>
    53     <li><label></label></li>
    54     <li></li>
    55   </ul>
    56 
    5752  <label>
    58     {lang:Pictures}
    59     <select name="pictures">
    60       <!-- BEGIN pictures_option -->
    61       <option
    62         value="{pictures_option.VALUE}"
    63         {pictures_option.SELECTED}
    64       >
    65         {pictures_option.CONTENT}
     53    {lang:Element type}
     54    <select name="types[]" multiple="multiple" size="4">
     55      <!-- BEGIN types_option -->
     56      <option value="{types_option.VALUE}" {types_option.SELECTED}>
     57        {types_option.CONTENT}
    6658      </option>
    67       <!-- END pictures_option -->
    68     </select>
    69   </label>
    70 
    71   <label>
    72     {lang:High quality}
    73     <select name="high">
    74       <!-- BEGIN high_option -->
    75       <option
    76         value="{high_option.VALUE}"
    77         {high_option.SELECTED}
    78       >
    79         {high_option.CONTENT}
    80       </option>
    81       <!-- END high_option -->
     59      <!-- END types_option -->
    8260    </select>
    8361  </label>
     
    10280    <th>{lang:IP}</th>
    10381    <th>{lang:image}</th>
    104     <th>{lang:high quality}</th>
     82    <th>{lang:Element type}</th>
    10583    <th>{lang:section}</th>
    10684    <th>{lang:category}</th>
     
    11492    <td>{detail.IP}</td>
    11593    <td>{detail.IMAGE}</td>
    116     <td>
    117   <!-- BEGIN high -->
    118       <img src="{themeconf:icon_dir}/check.png" alt="{lang:yes}">
    119   <!-- END high -->
    120   <!-- BEGIN no_high -->
    121       <img src="{themeconf:icon_dir}/uncheck.png" alt="{lang:no}">
    122   <!-- END no_high -->
    123     </td>
     94    <td>{detail.TYPE}</td>
    12495    <td>{detail.SECTION}</td>
    12596    <td>{detail.CATEGORY}</td>
Note: See TracChangeset for help on using the changeset viewer.