source: branches/2.0/admin/template/goto/double_select.tpl @ 4894

Last change on this file since 4894 was 2719, checked in by rub, 16 years ago

jQuery Datepicker:
Readd resize for list of categories
Use include for double select list

Merge trunk 2717:2718 into branch 2.0

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 865 bytes
Line 
1{* $Id: double_select.tpl 2719 2008-10-11 20:23:30Z rub $ *}
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.