source: trunk/admin/themes/default/template/cat_move.tpl @ 13079

Last change on this file since 13079 was 8128, checked in by patdenice, 13 years ago

feature 2060: Remove {$TAG_INPUT_ENABLED} from tpl files.

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