LeftBar Plugin Icon update

This commit is contained in:
Ryan Blenis 2019-11-09 17:26:24 -05:00
parent aca43d8ed7
commit 5e4bfb27b3
3 changed files with 12 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -1295,6 +1295,17 @@ a {
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 {
background: url(../images/images16.png) -32px 0px;
height: 16px;

View File

@ -1360,6 +1360,7 @@
QV('MainMenuMyFiles', siteRights & 8);
QV('LeftMenuMyFiles', siteRights & 8);
QV('MainMenuMyPlugins', (pluginHandler != null));
QV('LeftMenuMyPlugins', (pluginHandler != null));
if (((siteRights & 8) == 0) && (xxcurrentView == 5)) { setDialogMode(0); go(1); }
if (currentNode != null) { gotoDevice(currentNode._id, xxcurrentView, true); }