Ignore:
Timestamp:
12.07.2010 21:24:03 (23 months ago)
Author:
zmsdev
Message:

Applied fix for system-view after zope-operations (requested by uni-be).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/dtml/object/manage_tabs.dtml

    r905 r1098  
    5454<ul id="ZMIManageTabsButtons"> 
    5555<dtml-if "'Manager' in AUTHENTICATED_USER.getRolesInContext(this)" 
    56 ><dtml-if "REQUEST.get('dtpref_system','0')=='1' and REQUEST['URL'].split('/')[-1] in manage_options[0]['action']" 
     56><dtml-if "REQUEST.get('dtpref_system','0')=='1' and REQUEST['URL'].split('/')[-1] not in ['manage','manage_workspace','manage_system']" 
    5757><dtml-call "RESPONSE.redirect('%s/manage_system?lang=%s'%(absolute_url(),lang))" 
    5858></dtml-if 
Note: See TracChangeset for help on using the changeset viewer.