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

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

jQuery use.
All admin categoryList are resizable.
All admin teataera are autogrow.

On call for all resize application.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 821 bytes
Line 
1{* $Id: double_select.tpl 2603 2008-09-26 21:47:46Z rub $ *}
2<table class="doubleSelect">
3  <tr>
4    <td>
5      <h3>{$L_CAT_OPTIONS_TRUE}</h3>
6      <select class="categoryList" name="cat_true[]" multiple="multiple" size="30">
7        {html_options options=$category_option_true selected=$category_option_true_selected}
8      </select>
9      <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {$TAG_INPUT_ENABLED}/></p>
10    </td>
11
12    <td>
13      <h3>{$L_CAT_OPTIONS_FALSE}</h3>
14      <select class="categoryList" name="cat_false[]" multiple="multiple" size="30">
15        {html_options options=$category_option_false selected=$category_option_false_selected}
16      </select>
17      <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {$TAG_INPUT_ENABLED}/></p>
18    </td>
19  </tr>
20</table>
Note: See TracBrowser for help on using the repository browser.