source: trunk/template/yoga/admin/cat_move.tpl @ 1085

Last change on this file since 1085 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: 1.3 KB
Line 
1<!-- $Id: cat_move.tpl 1085 2006-03-16 22:58:16Z rub $ -->
2<div class="titrePage">
3  <ul class="categoryActions">
4    <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
5  </ul>
6  <h2>{lang:Move categories}</h2>
7</div>
8
9<form method="post" action="{F_ACTION}">
10  <fieldset>
11    <legend>{lang:Virtual categories movement}</legend>
12
13    <label>
14      {lang:Virtual categories to move}
15
16      <select class="categoryList" name="selection[]" multiple="multiple" size="30">
17        <!-- BEGIN category_option_selection -->
18        <option {category_option_selection.SELECTED} value="{category_option_selection.VALUE}">{category_option_selection.OPTION}</option>
19        <!-- END category_option_selection -->
20      </select>
21    </label>
22
23    <label>
24      {lang:New parent category}
25
26      <select class="categoryList" name="parent">
27        <!-- BEGIN category_option_parent -->
28        <option {category_option_parent.SELECTED} value="{category_option_parent.VALUE}">{category_option_parent.OPTION}</option>
29        <!-- END category_option_parent -->
30      </select>
31    </label>
32
33  </fieldset>
34
35  <p>
36    <input type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}>
37    <input type="reset" name="reset" value="{lang:Reset}">
38  </p>
39
40</form>
Note: See TracBrowser for help on using the repository browser.