source: branches/2.4/admin/themes/default/template/double_select.tpl @ 17971

Last change on this file since 17971 was 8128, checked in by patdenice, 13 years ago

feature 2060: Remove {$TAG_INPUT_ENABLED} from tpl files.

  • Property svn:eol-style set to LF
File size: 810 bytes
Line 
1
2{include file='include/dbselect.inc.tpl'}
3
4<table class="doubleSelect">
5  <tr>
6    <td>
7      <h3>{$L_CAT_OPTIONS_TRUE}</h3>
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>
11      <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;"></p>
12    </td>
13
14    <td>
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>
19      <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;"></p>
20    </td>
21  </tr>
22</table>
Note: See TracBrowser for help on using the repository browser.