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

Last change on this file since 3185 was 3185, checked in by nikrou, 15 years ago

fix html warnings. unclosed monotags

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 863 bytes
RevLine 
[2531]1{* $Id: double_select.tpl 3185 2009-03-09 19:41:45Z nikrou $ *}
[2604]2
[2718]3{include file='include/dbselect.inc.tpl'}
[2614]4
[2531]5<table class="doubleSelect">
6  <tr>
7    <td>
8      <h3>{$L_CAT_OPTIONS_TRUE}</h3>
[2596]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>
[3185]12      <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {$TAG_INPUT_ENABLED}></p>
[2531]13    </td>
14
15    <td>
[2596]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>
[3185]20      <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {$TAG_INPUT_ENABLED}></p>
[2596]21    </td>
[2531]22  </tr>
[2600]23</table>
Note: See TracBrowser for help on using the repository browser.