diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-08 18:21:48 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-08 18:21:48 +0000 |
commit | 6ece4913822f3e71c3b6d6378a81b0b45ab80677 (patch) | |
tree | 90444a8681e6499b1e83e1573e3136629ef07e4f /template/yoga/admin/site_update.tpl | |
parent | a98af4134da4aba3cf0fd874e8e682965abb387d (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 '')
-rw-r--r-- | template/yoga/admin/site_update.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/yoga/admin/site_update.tpl b/template/yoga/admin/site_update.tpl index d3d0221ca..91aef24a7 100644 --- a/template/yoga/admin/site_update.tpl +++ b/template/yoga/admin/site_update.tpl @@ -1,4 +1,4 @@ -<!-- $Id: update.tpl 980 2005-12-10 15:24:53Z chrisaga $ --> +<!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> @@ -61,7 +61,7 @@ <h3>{lang:update_default_title}</h3> <form action="{F_ACTION}" method="post" id="update"> - <fieldset> + <fieldset id="syncFiles"> <legend>{lang:update_sync_files}</legend> <ul> <li><label><input type="radio" name="sync" value="dirs" {SYNC_DIRS_CHECKED} /> {lang:update_sync_dirs}</label></li> @@ -70,7 +70,7 @@ </ul> </fieldset> - <fieldset> + <fieldset id="syncMetadata"> <legend>{lang:update_sync_metadata}</legend> {lang:update_used_metadata} : {METADATA_LIST}.<br/> <ul> @@ -79,16 +79,16 @@ </ul> </fieldset> - <fieldset> + <fieldset id="syncSimulate"> <legend></legend> <ul><li><label><input type="checkbox" name="simulate" value="1" checked="checked" {TAG_INPUT_ENABLED} /> {lang:update_simulate}</label></li></ul> </fieldset> - <fieldset> + <fieldset id="catSubset"> <legend>{lang:update_cats_subset}</legend> <ul> <li> - <select style="width:500px" name="cat" size="10"> + <select class="categoryList" name="cat" size="10"> <!-- BEGIN category_option --> <option {introduction.category_option.SELECTED} value="{introduction.category_option.VALUE}">{introduction.category_option.OPTION}</option> <!-- END category_option --> |