mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-27 14:43:14 -05:00
LeftBar Plugin Icon update
This commit is contained in:
parent
aca43d8ed7
commit
5e4bfb27b3
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 41 KiB |
@ -1295,6 +1295,17 @@ a {
|
|||||||
left: 6px;
|
left: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lb7 {
|
||||||
|
background: url(../images/leftbar-64.png) -382px -2px;
|
||||||
|
height: 62px;
|
||||||
|
width: 62px;
|
||||||
|
cursor: pointer;
|
||||||
|
border: none;
|
||||||
|
position: absolute;
|
||||||
|
top: 6px;
|
||||||
|
left: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
.m0 {
|
.m0 {
|
||||||
background: url(../images/images16.png) -32px 0px;
|
background: url(../images/images16.png) -32px 0px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
@ -1360,6 +1360,7 @@
|
|||||||
QV('MainMenuMyFiles', siteRights & 8);
|
QV('MainMenuMyFiles', siteRights & 8);
|
||||||
QV('LeftMenuMyFiles', siteRights & 8);
|
QV('LeftMenuMyFiles', siteRights & 8);
|
||||||
QV('MainMenuMyPlugins', (pluginHandler != null));
|
QV('MainMenuMyPlugins', (pluginHandler != null));
|
||||||
|
QV('LeftMenuMyPlugins', (pluginHandler != null));
|
||||||
if (((siteRights & 8) == 0) && (xxcurrentView == 5)) { setDialogMode(0); go(1); }
|
if (((siteRights & 8) == 0) && (xxcurrentView == 5)) { setDialogMode(0); go(1); }
|
||||||
if (currentNode != null) { gotoDevice(currentNode._id, xxcurrentView, true); }
|
if (currentNode != null) { gotoDevice(currentNode._id, xxcurrentView, true); }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user