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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -1118,4 +1124,4 @@ td.x-cnotes-label {
|
|||||||
padding: 5px 5px 5px 10px;
|
padding: 5px 5px 5px 10px;
|
||||||
font: 11px arial,tahoma,helvetica,sans-serif;
|
font: 11px arial,tahoma,helvetica,sans-serif;
|
||||||
color: #465070;
|
color: #465070;
|
||||||
}
|
}
|
||||||
|
|||||||
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