Last change
on this file since 5381 was
5123,
checked in by plg, 15 years ago
|
feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.
|
-
Property svn:eol-style set to
LF
|
File size:
954 bytes
|
Line | |
---|
1 | |
---|
2 | {include file='include/resize.inc.tpl'} |
---|
3 | |
---|
4 | <div class="titrePage"> |
---|
5 | <h2>{'Move categories'|@translate}</h2> |
---|
6 | </div> |
---|
7 | |
---|
8 | <form method="post" action="{$F_ACTION}" class="filter" id="catMove"> |
---|
9 | <fieldset> |
---|
10 | <legend>{'Virtual categories movement'|@translate}</legend> |
---|
11 | |
---|
12 | <label> |
---|
13 | {'Virtual categories 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 category'|@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}" {$TAG_INPUT_ENABLED}> |
---|
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.