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:
Marco Antonio Nina
2012-11-09 09:10:59 -04:00
parent b3b6f457b3
commit 0c05e83a7e
8 changed files with 653 additions and 5 deletions

View File

@@ -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);
}