Changeset 1844 for trunk/template/yoga/admin
- Timestamp:
- Feb 21, 2007, 12:40:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin/history.tpl
r1827 r1844 50 50 </ul> 51 51 52 <ul>53 <li><label></label></li>54 <li></li>55 </ul>56 57 52 <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} 66 58 </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 --> 82 60 </select> 83 61 </label> … … 102 80 <th>{lang:IP}</th> 103 81 <th>{lang:image}</th> 104 <th>{lang: high quality}</th>82 <th>{lang:Element type}</th> 105 83 <th>{lang:section}</th> 106 84 <th>{lang:category}</th> … … 114 92 <td>{detail.IP}</td> 115 93 <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> 124 95 <td>{detail.SECTION}</td> 125 96 <td>{detail.CATEGORY}</td>
Note: See TracChangeset
for help on using the changeset viewer.