Changeset 1241

Show
Ignore:
Timestamp:
Wed May 10 01:17:54 2006
Author:
c3crm
Message:

the menu for role should be ACLRole

Files:

Legend:

Unmodified
Added
Removed
Modified
  • c3crm/sugarcrm/trunk/modules/Administration/Menu.php

    r1232 r1241  
    34 34     Array("index.php?module=Administration&action=index", $mod_strings['LBL_MODULE_NAME'],"Administration"),  
    35 35     Array("index.php?module=Users&action=EditView&return_module=Users&return_action=DetailView", $mod_strings['LNK_NEW_USER'],"CreateUsers"),  
    36       Array("index.php?module=Roles&action=EditView&return_module=Roles&return_action=DetailView", $mod_strings['LNK_NEW_ROLE'],"CreateRoles"),  
      36     Array("index.php?module=ACLRoles&action=EditView&return_module=ACLRoles&return_action=DetailView", $mod_strings['LNK_NEW_ROLE'],"CreateRoles"),  
    36 36     Array("index.php?module=Teams&action=EditView&return_module=Teams&return_action=DetailView", $mod_strings['LNK_NEW_TEAM'],"CreateTeams"),  
    37 37     Array("index.php?module=Schedulers&action=EditView", $mod_strings['LBL_SUGAR_SCHEDULER'],"TimePeriods"),