source: trunk/admin/template/goto/cat_move.tpl @ 2654

Last change on this file since 2654 was 2531, checked in by vdigital, 16 years ago

roma tpl were missing.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 924 bytes
Line 
1{* $Id: cat_move.tpl 2531 2008-09-14 12:25:34Z vdigital $ *}
2
3<div class="titrePage">
4  <h2>{'Move categories'|@translate}</h2>
5</div>
6
7<form method="post" action="{$F_ACTION}" class="filter" id="catMove">
8  <fieldset>
9    <legend>{'Virtual categories movement'|@translate}</legend>
10
11    <label>
12      {'Virtual categories to move'|@translate}
13
14      <select class="categoryList" name="selection[]" multiple="multiple">
15        {html_options options=$category_to_move_options}
16      </select>
17    </label>
18
19    <label>
20      {'New parent category'|@translate}
21
22      <select class="categoryDropDown" name="parent">
23        <option value="0">------------</option>
24        {html_options options=$category_parent_options}
25      </select>
26    </label>
27
28  </fieldset>
29
30  <p>
31    <input class="submit" type="submit" name="submit" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED}>
32    <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}">
33  </p>
34
35</form>
Note: See TracBrowser for help on using the repository browser.