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

Last change on this file since 860 was 859, checked in by plg, 19 years ago
  • new : template yoga, made by yoDan, helped by chrisaga for integration becomes the official template.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 974 bytes
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 type="submit" value="&raquo;" name="falsify" style="font-size:15px;"/></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 type="submit" value="&laquo;" name="trueify" style="font-size:15px;" /></p>
21    </td>
22  </tr>
23</table>
Note: See TracBrowser for help on using the repository browser.