mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
improve layout of cat_move admin page an change the id of cat_modify form
git-svn-id: http://piwigo.org/svn/trunk@1454 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user