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

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

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
File size: 852 bytes
RevLine 
[2604]1
[2718]2{include file='include/dbselect.inc.tpl'}
[2614]3
[2531]4<table class="doubleSelect">
5  <tr>
6    <td>
7      <h3>{$L_CAT_OPTIONS_TRUE}</h3>
[2596]8      <select class="categoryList" name="cat_true[]" multiple="multiple" size="30">
9        {html_options options=$category_option_true selected=$category_option_true_selected}
10      </select>
[3185]11      <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {$TAG_INPUT_ENABLED}></p>
[2531]12    </td>
13
14    <td>
[2596]15      <h3>{$L_CAT_OPTIONS_FALSE}</h3>
16      <select class="categoryList" name="cat_false[]" multiple="multiple" size="30">
17        {html_options options=$category_option_false selected=$category_option_false_selected}
18      </select>
[3185]19      <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {$TAG_INPUT_ENABLED}></p>
[2596]20    </td>
[2531]21  </tr>
[2600]22</table>
Note: See TracBrowser for help on using the repository browser.