Ignore:
Timestamp:
Aug 18, 2005, 7:59:00 PM (19 years ago)
Author:
plg
Message:
  • improvement : screen admin/picture_modify rewritten. Presentation copied from admin/cat_modify : fieldsets regroup fields. Ability to synchronize metadata for the displayed item.
  • bug 110 fixed : "return to element view from element edition fails depending on permissions". If a reachable (for the connected admin) category is available, a "jump to" link is displayed, by default, using the category given in URL.
  • bug fixed : in mass_updates function, the first item of $fieldsupdate has not always 0 for id (as in any array).
  • modification : get_keywords function understands spaces as separator, allow less than 3 chars keywords, allow quotes.
  • new : ability to allow HTML in picture or category description (false by default)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_perm.php

    r817 r825  
    202202$template->assign_vars(
    203203  array(
    204     'TITLE' =>
    205       sprintf(
    206         l10n('Manage permissions for category "%s"'),
    207         get_cat_display_name_from_id($page['cat'])
    208         )
     204    'CATEGORIES_NAV' =>
     205      get_cat_display_name_from_id(
     206        $page['cat'],
     207        'admin.php?page=cat_modify&cat_id='
     208        ),
    209209    'F_ACTION' =>
    210210      add_session_id(
Note: See TracChangeset for help on using the changeset viewer.