diff options
author | flop25 <flop25@piwigo.org> | 2014-08-17 20:01:10 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-08-17 20:01:10 +0000 |
commit | f1f806b8a313329536a56ebf5885bbc511c245ae (patch) | |
tree | bf1a579f969462a60dca2667e64397499da03389 /admin/themes/default/template/cat_modify.tpl | |
parent | 321068447279208f127b48044ca28dac464d86ca (diff) |
feature:732
unlock sub-albums
git-svn-id: http://piwigo.org/svn/trunk@29229 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/cat_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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]'), { <p> <strong>{'Lock'|@translate}</strong> <br> - {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} </p> {if isset($CAT_COMMENTABLE)} |