Ignore:
Timestamp:
Mar 19, 2009, 10:39:38 PM (15 years ago)
Author:
nikrou
Message:

merge r3216 from trunk to branch 2.0

feature_948_accordion feature 948 : fix problem with incorrect submenu open in admin use a new variable (U_ACTIVE_MENU) and use default position defined in selected_admin_menu if not exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/element_set.php

    r3046 r3217  
    134134{
    135135  $page['title'] = l10n('Elements_not_linked');
     136  $template->assign(array('U_ACTIVE_MENU' => 5 ));
    136137
    137138  // we are searching elements not linked to any virtual category
     
    164165{
    165166  $page['title'] = l10n('Duplicates');
     167  $template->assign(array('U_ACTIVE_MENU' => 5 ));
    166168
    167169  // we are searching related elements twice or more to physical categories
Note: See TracChangeset for help on using the changeset viewer.