merge from trunk r1453:1454 into branch 1.6 (cat_move and cat_modify admin pages)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1455 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
bb9c7fe7ac
commit
fc6777ab6e
3 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
<!-- END delete -->
|
||||
</ul>
|
||||
|
||||
<form action="{F_ACTION}" method="POST" id="cat_modify">
|
||||
<form action="{F_ACTION}" method="POST" id="catModify">
|
||||
|
||||
<fieldset>
|
||||
<legend>{lang:Informations}</legend>
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
<h2>{lang:Move categories}</h2>
|
||||
</div>
|
||||
|
||||
<form method="post" action="{F_ACTION}">
|
||||
<form method="post" action="{F_ACTION}" class="filter" id="catMove">
|
||||
<fieldset>
|
||||
<legend>{lang:Virtual categories movement}</legend>
|
||||
|
||||
<label>
|
||||
{lang:Virtual categories to move}
|
||||
|
||||
<select class="categoryList" name="selection[]" multiple="multiple" size="30">
|
||||
<select class="categoryList" name="selection[]" multiple="multiple">
|
||||
<!-- BEGIN category_option_selection -->
|
||||
<option {category_option_selection.SELECTED} value="{category_option_selection.VALUE}">{category_option_selection.OPTION}</option>
|
||||
<!-- END category_option_selection -->
|
||||
|
@ -23,7 +23,7 @@
|
|||
<label>
|
||||
{lang:New parent category}
|
||||
|
||||
<select class="categoryList" name="parent">
|
||||
<select class="categoryDropDown" name="parent">
|
||||
<!-- BEGIN category_option_parent -->
|
||||
<option {category_option_parent.SELECTED} value="{category_option_parent.VALUE}">{category_option_parent.OPTION}</option>
|
||||
<!-- END category_option_parent -->
|
||||
|
|
|
@ -70,7 +70,7 @@ FORM#categoryOrdering UL.categoryActions {
|
|||
}
|
||||
/* */
|
||||
|
||||
FORM#cat_modify TABLE { width: auto; }
|
||||
FORM#catModify TABLE { width: auto; }
|
||||
|
||||
FIELDSET.elementEdit A {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Reference in a new issue