source: branches/1.7/template/yoga/admin/double_select.tpl @ 13427

Last change on this file since 13427 was 1900, checked in by rub, 18 years ago

Apply property svn:eol-style Value: LF

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1<table class="doubleSelect">
2  <tr>
3    <td>
4      <h3>{L_CAT_OPTIONS_TRUE}</h3>
5      <select class="categoryList" name="cat_true[]" multiple="multiple" size="30">
6        <!-- BEGIN category_option_true -->
7        <option {category_option_true.SELECTED} value="{category_option_true.VALUE}">{category_option_true.OPTION}</option>
8        <!-- END category_option_true -->
9      </select>
10      <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {TAG_INPUT_ENABLED}/></p>
11    </td>
12
13    <td>
14      <h3>{L_CAT_OPTIONS_FALSE}</h3>
15      <select class="categoryList" name="cat_false[]" multiple="multiple" size="30">
16        <!-- BEGIN category_option_false -->
17        <option {category_option_false.SELECTED} value="{category_option_false.VALUE}">{category_option_false.OPTION}</option>
18        <!-- END category_option_false -->
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.