piwigo/admin/template/goto/cat_move.tpl
vdigital f94e5e5511 roma tpl were missing.
git-svn-id: http://piwigo.org/svn/trunk@2531 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-14 12:25:34 +00:00

35 lines
924 B
Smarty

{* $Id$ *}
<div class="titrePage">
<h2>{'Move categories'|@translate}</h2>
</div>
<form method="post" action="{$F_ACTION}" class="filter" id="catMove">
<fieldset>
<legend>{'Virtual categories movement'|@translate}</legend>
<label>
{'Virtual categories to move'|@translate}
<select class="categoryList" name="selection[]" multiple="multiple">
{html_options options=$category_to_move_options}
</select>
</label>
<label>
{'New parent category'|@translate}
<select class="categoryDropDown" name="parent">
<option value="0">------------</option>
{html_options options=$category_parent_options}
</select>
</label>
</fieldset>
<p>
<input class="submit" type="submit" name="submit" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED}>
<input class="submit" type="reset" name="reset" value="{'Reset'|@translate}">
</p>
</form>