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
Line 
1{* $Id: double_select.tpl 3185 2009-03-09 19:41:45Z 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.