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

Last change on this file since 3100 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
RevLine 
[2531]1{* $Id: double_select.tpl 2719 2008-10-11 20:23:30Z rub $ *}
[2604]2
[2719]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>
[2531]12      <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {$TAG_INPUT_ENABLED}/></p>
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>
20      <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {$TAG_INPUT_ENABLED}/></p>
21    </td>
[2531]22  </tr>
[2600]23</table>
Note: See TracBrowser for help on using the repository browser.