Ignore:
Timestamp:
Dec 12, 2004, 10:06:39 PM (19 years ago)
Author:
plg
Message:
  • in admin menu, status option for categories is not "permissions" but "private or public" choice = different language item
  • get_cat_display_name changed : use $conflevel_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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_modify.php

    r635 r642  
    104104$url = PHPWG_ROOT_PATH.'admin.php?page=cat_list&parent_id=';
    105105$navigation = '<a class="" href="'.add_session_id(PHPWG_ROOT_PATH.'admin.php?page=cat_list').'">';
    106 $navigation.= $lang['home'].'</a> <span style="font-size:15px">&rarr;</span>';
     106$navigation.= $lang['home'].'</a>'.$conf['level_separator'];
    107107
    108108$navigation.= get_cat_display_name_cache(
    109109  $category['uppercats'],
    110   ' <span style="font-size:15px">&rarr;</span>',
    111110  $url);
    112111
Note: See TracChangeset for help on using the changeset viewer.