aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/cat_modify.tpl
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-07-08 18:23:43 +0000
committerchrisaga <chrisaga@piwigo.org>2006-07-08 18:23:43 +0000
commitdcb692644565bda0782c7e79df7142dabadbe1eb (patch)
treed9abee21fe8367561a98225bc95e84af8fa7fc4b /template/yoga/admin/cat_modify.tpl
parenta9cdc8c167eda3e7346c7c7c5a97872d5feacad0 (diff)
merge from trunk r1447:1448 into branch 1.6 (admin forms improvements, ...)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1449 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/cat_modify.tpl')
-rw-r--r--template/yoga/admin/cat_modify.tpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl
index ed8861d84..c298f6856 100644
--- a/template/yoga/admin/cat_modify.tpl
+++ b/template/yoga/admin/cat_modify.tpl
@@ -55,10 +55,10 @@
</fieldset>
<!-- BEGIN move -->
-<fieldset>
+<fieldset id="move">
<legend>{lang:Move}</legend>
{lang:Parent category}
- <select name="parent">
+ <select class="categoryDropDown" name="parent">
<!-- BEGIN parent_option -->
<option class="{move.parent_option.CLASS}" {move.parent_option.SELECTED} value="{move.parent_option.VALUE}">{move.parent_option.OPTION}</option>
<!-- END parent_option -->
@@ -66,7 +66,7 @@
</fieldset>
<!-- END move -->
-<fieldset>
+<fieldset id="options">
<legend>{lang:Options}</legend>
<table>
<tr>
@@ -108,7 +108,7 @@
</p>
<!-- BEGIN representant -->
-<fieldset>
+<fieldset id="representant">
<legend>{lang:Representant}</legend>
<table>
<tr>
@@ -139,7 +139,7 @@
<form action="{F_ACTION}" method="POST" id="links">
-<fieldset>
+<fieldset id="linkAllNew">
<legend>{lang:Link all category elements to a new category}</legend>
<table>
@@ -151,7 +151,7 @@
<tr>
<td>{lang:Parent category}</td>
<td>
- <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 -->
@@ -167,7 +167,7 @@
</fieldset>
-<fieldset>
+<fieldset id="linkAllExist">
<legend>{lang:Link all category elements to some existing categories}</legend>
<table>