BUG 0000 Adding User experience icon & granting UX menu admin
- UX (user experience menu option is under PM_SETUP_ADVANCE permission)
This commit is contained in:
@@ -77,6 +77,7 @@ if ($RBAC->userCanAccess('PM_SETUP') == 1 || $RBAC->userCanAccess('PM_USERS') ==
|
|||||||
|
|
||||||
if ($RBAC->userCanAccess('PM_SETUP_ADVANCE') == 1) {
|
if ($RBAC->userCanAccess('PM_SETUP_ADVANCE') == 1) {
|
||||||
$G_TMP_MENU->AddIdRawOption('AUTHSOURCES', '../authSources/authSources_List', G::LoadTranslation('ID_AUTH_SOURCES'), '', '', 'users');
|
$G_TMP_MENU->AddIdRawOption('AUTHSOURCES', '../authSources/authSources_List', G::LoadTranslation('ID_AUTH_SOURCES'), '', '', 'users');
|
||||||
|
$G_TMP_MENU->AddIdRawOption('UX', '../admin/uxList', 'User experience (UX)', '', '', 'users');
|
||||||
}
|
}
|
||||||
|
|
||||||
$G_TMP_MENU->AddIdRawOption('UX', '../admin/uxList', 'User experience (UX)', '', '', 'users');
|
|
||||||
|
|||||||
@@ -286,6 +286,12 @@ button.x-btn-text:focus,.x-combo-selected{
|
|||||||
background-image:url(/images/edit.gif) !important;
|
background-image:url(/images/edit.gif) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ICON_UX {
|
||||||
|
background-image:url(/images/user-experience-icon.png) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
BIN
workflow/public_html/images/user-experience-icon.png
Normal file
BIN
workflow/public_html/images/user-experience-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 784 B |
Reference in New Issue
Block a user