source: trunk/template/yoga/admin/double_select.tpl @ 2268

Last change on this file since 2268 was 2249, checked in by rvelices, 17 years ago
  • admin comments, configuration, element_set_global, element_set_unit, thumbnail and double_select migration to smarty
  • fix in redirect.tpl
  • 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 2249 2008-03-05 01:50:08Z rvelices $ *}
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.