Ignore:
Timestamp:
Dec 4, 2004, 1:10:17 PM (19 years ago)
Author:
plg
Message:
  • change "->" in a beautiful arrow :-) for categories level in admin
  • single category management screen updated : commentable and uploadable properties added, full directory displayed, status and visibility properties update uses inheritance, user favorite elements check moved to somewhere else : would be too long to calculate here for too many users
  • new admin functions set_cat_visible and set_cat_status : visibility and status updates can be done in cat_options and cat_modify
  • language : differentiate "locked" (state) and "lock" (action)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r628 r632  
    133133if (isset($_GET['parent_id']))
    134134{
    135   $separator = ' -> ';
     135  $separator = ' <span style="font-size:15px">&rarr;</span> ';
    136136  $base_url = PHPWG_ROOT_PATH.'admin.php?page=cat_list';
    137137 
Note: See TracChangeset for help on using the changeset viewer.