BUG 9943 Advanced Search menu should be seen on UXS SOLVED
- According to the specifications. - Was add the file for advanced search with the same functionality.
This commit is contained in:
@@ -12,5 +12,7 @@ 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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user