HOR-1528-A "Cuando se configura a un..."
This commit is contained in:
@@ -12,7 +12,16 @@ if ($RBAC->userCanAccess("PM_CASES") == 1) {
|
||||
"/images/simplified/folder-grey3.png", null, null, null);
|
||||
$G_TMP_MENU->AddIdRawOption("S_NEW_CASE", "#", G::LoadTranslation("ID_NEW_CASE"),
|
||||
"/images/simplified/plus-set-grey.png", null, null, null);
|
||||
$G_TMP_MENU->AddIdRawOption("S_ADVANCED_SEARCH", "home/appAdvancedSearch", G::LoadTranslation("ID_ADVANCEDSEARCH"),
|
||||
"/images/simplified/advancedSearch.png", null, null, null);
|
||||
}
|
||||
|
||||
if ($RBAC->userCanAccess('PM_ALLCASES') == 1) {
|
||||
$G_TMP_MENU->AddIdRawOption(
|
||||
'S_ADVANCED_SEARCH',
|
||||
'home/appAdvancedSearch',
|
||||
G::LoadTranslation('ID_ADVANCEDSEARCH'),
|
||||
'/images/simplified/advancedSearch.png',
|
||||
null,
|
||||
null,
|
||||
null
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user