source: trunk/admin/template/goto/double_select.tpl @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 958 bytes
Line 
1{* $Id: /piwigo/trunk/admin/template/goto/double_select.tpl 7025 2009-03-09T19:41:45.898712Z nikrou  $ *}
2
3{include file='include/dbselect.inc.tpl'}
4
5<table class="doubleSelect">
6  <tr>
7    <td>
8      <h3>{$L_CAT_OPTIONS_TRUE}</h3>
9      <select class="categoryList" name="cat_true[]" multiple="multiple" size="30">
10        {html_options options=$category_option_true selected=$category_option_true_selected}
11      </select>
12      <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {$TAG_INPUT_ENABLED}></p>
13    </td>
14
15    <td>
16      <h3>{$L_CAT_OPTIONS_FALSE}</h3>
17      <select class="categoryList" name="cat_false[]" multiple="multiple" size="30">
18        {html_options options=$category_option_false selected=$category_option_false_selected}
19      </select>
20      <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {$TAG_INPUT_ENABLED}></p>
21    </td>
22  </tr>
23</table>
Note: See TracBrowser for help on using the repository browser.