diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-04-18 23:46:53 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-04-18 23:46:53 +0000 |
commit | 94c39903dcc29879c8827dfd398af9434c1dc95e (patch) | |
tree | 879c782b797ac0451fb99e61dc5c8ce64858474e /template/yoga/admin/site_update.tpl | |
parent | 8e4c71c4bdac0d4914c7b631b1ff34b90fcb9211 (diff) |
merge r1203 from branch-1_6 into trunk
bug 335: tn_ext, has_high and representative_ext are updated during file
synchronization and not metadata synchronization
git-svn-id: http://piwigo.org/svn/trunk@1204 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/site_update.tpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/yoga/admin/site_update.tpl b/template/yoga/admin/site_update.tpl index 7aa60212b..2ef8ee8e7 100644 --- a/template/yoga/admin/site_update.tpl +++ b/template/yoga/admin/site_update.tpl @@ -14,6 +14,7 @@ <li class="update_summary_new">{update_result.NB_NEW_ELEMENTS} {lang:update_nb_new_elements}</li> <li class="update_summary_del">{update_result.NB_DEL_CATEGORIES} {lang:update_nb_del_categories}</li> <li class="update_summary_del">{update_result.NB_DEL_ELEMENTS} {lang:update_nb_del_elements}</li> + <li>{update_result.NB_UPD_ELEMENTS} {lang:update_nb_upd_elements}</li> <li class="update_summary_err">{update_result.NB_ERRORS} {lang:update_nb_errors}</li> </ul> <!-- END update_result --> @@ -82,18 +83,18 @@ <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> <legend>{lang:update_cats_subset}</legend> <ul> - <li> + <li> <select style="width:500px" 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 --> </select> </li> - + <li><label><input type="checkbox" name="subcats-included" value="1" {SUBCATS_INCLUDED_CHECKED} /> {lang:search_subcats_included}</label></li> </ul> </fieldset> |