aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/cat_modify.tpl
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-07-08 18:21:48 +0000
committerchrisaga <chrisaga@piwigo.org>2006-07-08 18:21:48 +0000
commit6ece4913822f3e71c3b6d6378a81b0b45ab80677 (patch)
tree90444a8681e6499b1e83e1573e3136629ef07e4f /template/yoga/admin/cat_modify.tpl
parenta98af4134da4aba3cf0fd874e8e682965abb387d (diff)
improve admin forms (SELECT.categoryList, add some ids, ...)
git-svn-id: http://piwigo.org/svn/trunk@1448 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>