Skip to content

Commit

Permalink
Default main menu tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbaiges authored Dec 23, 2024
1 parent 424e588 commit 2ce3b0f
Showing 1 changed file with 32 additions and 53 deletions.
85 changes: 32 additions & 53 deletions custom/include/SticAdvancedTabConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,10 @@
'id' => 'Emails',
),
7 => array(
'id' => 'LBL_GROUPTAB_RRHH',
'children' => array(
0 => array(
'id' => 'stic_Work_Calendar',
),
1 => array(
'id' => 'stic_Time_Tracker',
),
),
'id' => 'stic_Work_Calendar',
),
8 => array(
'id' => 'stic_Time_Tracker',
),
),
),
Expand Down Expand Up @@ -132,22 +127,17 @@
'children' => array(
0 => array(
'id' => 'AOS_Products',
'children' => array(
0 => array(
'id' => 'AOS_Product_Categories',
),
),
),
1 => array(
'id' => 'AOS_Product_Categories',
),
2 => array(
'id' => 'AOS_Quotes',
'children' => array(
0 => array(
'id' => 'AOS_Invoices',
),
1 => array(
'id' => 'AOS_Contracts',
),
),
),
3 => array(
'id' => 'AOS_Invoices',
),
4 => array(
'id' => 'AOS_Contracts',
),
),
),
Expand All @@ -157,7 +147,7 @@
'id' => 'LBL_GROUPTAB_DIRECTCARE',
'children' => array(
0 => array(
'id' => 'LBL_GROUPTAB_PERSONAL_INFO',
'id' => 'LBL_GROUPTAB_DC_PERSONALINFO',
'children' => array(
0 => array(
'id' => 'stic_Personal_Environment',
Expand All @@ -180,23 +170,23 @@
),
),
1 => array(
'id' => 'LBL_GROUPTAB_ASSESSMENT_AND_GOALS',
'id' => 'LBL_GROUPTAB_DC_WORKPLAN',
'children' => array(
0 => array(
'id' => 'stic_Assessments',
),
1 => array(
'id' => 'stic_Goals',
),
2 => array(
'id' => 'stic_FollowUps',
),
),
),
2 => array(
'id' => 'stic_FollowUps',
),
3 => array(
'id' => 'stic_Journal',
),
4 => array(
3 => array(
'id' => 'LBL_GROUPTAB_LABOURINSERTION',
'children' => array(
0 => array(
Expand All @@ -206,26 +196,21 @@
'id' => 'stic_Job_Applications',
),
2 => array(
'id' => 'LBL_GROUPTAB_EXTERNAL_APPS',
'children' => array(
0 => array(
'id' => 'stic_Sepe_Actions',
),
1 => array(
'id' => 'stic_Sepe_Incidents',
),
2 => array(
'id' => 'stic_Sepe_Files',
),
3 => array(
'id' => 'stic_Incorpora_Locations',
),
),
'id' => 'stic_Sepe_Actions',
),
3 => array(
'id' => 'stic_Sepe_Incidents',
),
4 => array(
'id' => 'stic_Sepe_Files',
),
5 => array(
'id' => 'stic_Incorpora_Locations',
),
),
),
5 => array(
'id' => 'LBL_GROUPTAB_MEDICATION',
4 => array(
'id' => 'LBL_GROUPTAB_DC_MEDICATION',
'children' => array(
0 => array(
'id' => 'stic_Medication_Log',
Expand Down Expand Up @@ -263,7 +248,7 @@
),
),
6 => array(
'id' => 'LBL_GROUPTAB_DATA_MINING',
'id' => 'LBL_GROUPTAB_EXPLOITATION',
'children' => array(
0 => array(
'id' => 'AOS_PDF_Templates',
Expand Down Expand Up @@ -296,12 +281,6 @@
1 => array(
'id' => 'AOW_WorkFlow',
),
2 => array(
'id' => 'Cases',
),
3 => array(
'id' => 'Bugs',
),
),
),
);
Expand Down

0 comments on commit 2ce3b0f

Please sign in to comment.