source: branches/branch-1_6/template/yoga/admin/double_select.tpl @ 1238

Last change on this file since 1238 was 1085, checked in by rub, 18 years ago

Step 7 improvement issue 0000301:

o can attribute status <= current user
o define mode adviser

=> buttons disabled (gray on IE, not on FF)
=> truncated actions
=> display info mode adviser

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1013 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;" {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 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.