2
0
forked from Wavyzz/dolibarr

NEW Merge all admin tools (system and module admin tools) into same

entry "Admin tools", so now things are clear: All features restricted to
an admin user is inside "setup" (for setup) or "admin tools" (for action
tools) instead of 3 different entries.
This commit is contained in:
Laurent Destailleur
2016-02-16 12:46:39 +01:00
parent a4628e4bd1
commit 36b0cb5b23
16 changed files with 58 additions and 60 deletions

View File

@@ -219,7 +219,7 @@ class modExpenseReport extends DolibarrModules
$this->menu = array(); // List of menus to add
$r=0;
// Example to declare a Left Menu entry: fk_mainmenu=home,fk_leftmenu=modulesadmintools
// Example to declare a Left Menu entry: fk_mainmenu=home,fk_leftmenu=admintools
$this->menu[$r]=array( 'fk_menu'=>'fk_mainmenu=hrm', // Use r=value where r is index key used for the parent menu entry (higher parent must be a top menu entry)
'type'=>'left', // This is a Left menu entry
'titre'=>'TripsAndExpenses',