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
RevLine 
[2531]1
[2718]2{include file='include/resize.inc.tpl'}
3
[2531]4<div class="titrePage">
[6969]5  <h2>{'Move albums'|@translate}</h2>
[2531]6</div>
7
8<form method="post" action="{$F_ACTION}" class="filter" id="catMove">
9  <fieldset>
[6988]10    <legend>{'Move albums'|@translate}</legend>
[2531]11
12    <label>
[6988]13      {'Virtual albums to move'|@translate}
[2531]14
15      <select class="categoryList" name="selection[]" multiple="multiple">
16        {html_options options=$category_to_move_options}
17      </select>
18    </label>
19
20    <label>
[6969]21      {'New parent album'|@translate}
[2531]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>
[8128]32    <input class="submit" type="submit" name="submit" value="{'Submit'|@translate}">
[2531]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.