From 844799d0401321704c1ef390a1014118438fe7bd Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 28 Aug 2008 20:05:39 +0000 Subject: - 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 --- admin/template/yoga/admin/cat_modify.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/template') 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 @@ {'lock'|@translate} - {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} -- cgit v1.2.3