aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-08-28 20:05:39 +0000
committerrvelices <rv-github@modusoptimus.com>2008-08-28 20:05:39 +0000
commit844799d0401321704c1ef390a1014118438fe7bd (patch)
tree51e7cb756d2ae130685946c7f8d96e60b753947c /admin/template
parent3a67845aaf128fe718b27a89635fb33810ba7e41 (diff)
- fix an issue on category modify (lock/unlock display was reversed) and improved queries on submit
git-svn-id: http://piwigo.org/svn/trunk@2490 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-rw-r--r--admin/template/yoga/admin/cat_modify.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/yoga/admin/cat_modify.tpl b/admin/template/yoga/admin/cat_modify.tpl
index b3b67afd8..aeac221e6 100644
--- a/admin/template/yoga/admin/cat_modify.tpl
+++ b/admin/template/yoga/admin/cat_modify.tpl
@@ -70,7 +70,7 @@
<tr>
<td><strong>{'lock'|@translate}</strong>
<td>
- {html_radios name='visible' values='false,true'|@explode output='No,Yes'|@explode|translate selected=$CAT_VISIBLE}
+ {html_radios name='visible' values='true,false'|@explode output='No,Yes'|@explode|translate selected=$CAT_VISIBLE}
</td>
</tr>
<tr>