- in admin menu, status option for categories is not "permissions" but
"private or public" choice = different language item - get_cat_display_name changed : use $conf['level_separator'] to unify presentation - default values for category properties commentable, uploadable, status and visible (set in include/config.inc.php) used for category creation (admin/update, admin/remote_site, admin/cat_list) - use mass_inserts in admin/update for inserting new categories - only one query for counting the number of sub categories in admin/cat_list git-svn-id: http://piwigo.org/svn/trunk@642 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
9037726f5a
commit
391fac78a8
24 changed files with 299 additions and 178 deletions
|
|
@ -351,4 +351,5 @@ $lang['cat_dissociated'] = 'dissociated from';
|
|||
$lang['storage_category'] = 'storage category';
|
||||
$lang['represents'] = 'represents';
|
||||
$lang['doesnt_represent'] = 'doesn\'t represent';
|
||||
$lang['admin_menu_cat_status'] = 'Public / Private';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue