From f1f806b8a313329536a56ebf5885bbc511c245ae Mon Sep 17 00:00:00 2001 From: flop25 Date: Sun, 17 Aug 2014 20:01:10 +0000 Subject: feature:732 unlock sub-albums git-svn-id: http://piwigo.org/svn/trunk@29229 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/cat_modify.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/themes/default/template/cat_modify.tpl') diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index 6e97fc65f..52f47d90f 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -117,7 +117,7 @@ categoriesCache.selectize(jQuery('[data-selectize=categories]'), {

{'Lock'|@translate}
- {html_radios name='visible' values=['true','false'] output=['No'|translate,'Yes'|translate] selected=$CAT_VISIBLE} + {html_radios name='visible' values=['true','true_sub','false'] output=['No'|translate,'No and unlock sub-albums'|translate,'Yes'|translate] selected=$CAT_VISIBLE}

{if isset($CAT_COMMENTABLE)} -- cgit v1.2.3