Add css icon strategic dashboard
This commit is contained in:
@@ -75,7 +75,7 @@ if ($RBAC->userCanAccess('PM_SETUP') == 1) {
|
|||||||
/*----------------------------------********---------------------------------*/
|
/*----------------------------------********---------------------------------*/
|
||||||
|
|
||||||
if ($licensedFeatures->verifyfeature('r19Vm5DK1UrT09MenlLYjZxejlhNUZ1b1NhV0JHWjBsZEJ6dnpJa3dTeWVLVT0=')) {
|
if ($licensedFeatures->verifyfeature('r19Vm5DK1UrT09MenlLYjZxejlhNUZ1b1NhV0JHWjBsZEJ6dnpJa3dTeWVLVT0=')) {
|
||||||
$G_TMP_MENU->AddIdRawOption('NEW_DASHBOARD', '../strategicDashboard/dashboardList', ucfirst(G::LoadTranslation('ID_STRATEGIC_DASHBOARD')), '', '', 'settings');
|
$G_TMP_MENU->AddIdRawOption('STRATEGIC_DASHBOARD', '../strategicDashboard/dashboardList', ucfirst(G::LoadTranslation('ID_STRATEGIC_DASHBOARD')), '', '', 'settings');
|
||||||
}
|
}
|
||||||
|
|
||||||
/*----------------------------------********---------------------------------*/
|
/*----------------------------------********---------------------------------*/
|
||||||
|
|||||||
@@ -827,6 +827,12 @@ antes funcionaba.
|
|||||||
height:15px !important;
|
height:15px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ICON_STRATEGIC_DASHBOARD {
|
||||||
|
background-image: url(/skins/neoclassic/images/dashboard.png) !important;
|
||||||
|
width: 15px !important;
|
||||||
|
height: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.ICON_PM_REQUIREMENTS{
|
.ICON_PM_REQUIREMENTS{
|
||||||
/*ss_wrench*/
|
/*ss_wrench*/
|
||||||
background-image: url(/images/icons_silk/sprites.png) !important;
|
background-image: url(/images/icons_silk/sprites.png) !important;
|
||||||
|
|||||||
@@ -959,6 +959,13 @@ antes funcionaba.
|
|||||||
width: 15px !important;
|
width: 15px !important;
|
||||||
height: 15px !important;
|
height: 15px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ICON_STRATEGIC_DASHBOARD {
|
||||||
|
background-image: url(/skins/neoclassic/images/dashboard.png) !important;
|
||||||
|
width: 15px !important;
|
||||||
|
height: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.ICON_PM_REQUIREMENTS {
|
.ICON_PM_REQUIREMENTS {
|
||||||
/*ss_wrench*/
|
/*ss_wrench*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user