Rev3372, Cosmetic changes on open site directory button

This commit is contained in:
shortcutme 2018-03-19 16:05:14 +01:00
parent a454f3de6e
commit c3b146611b
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
6 changed files with 14 additions and 9 deletions

View file

@ -137,7 +137,7 @@ class UiWebsocketPlugin(object):
"""))
def sidebarRenderFileStats(self, body, site):
body.append(_(u"<li><label>{_[Files]}</label><ul class='graph graph-stacked'>"))
body.append(_(u"<li><label>{_[Files]} <small><a href='#Site+directory' id='link-directory' class='link-right'>{_[Open site directory]}</a></small></label><ul class='graph graph-stacked'>"))
extensions = (
("html", "yellow"),
@ -418,10 +418,6 @@ class UiWebsocketPlugin(object):
<li>
<a href='#Save' class='button' id='button-settings'>{_[Save site settings]}</a>
</li>
<li>
<a href='#Directory' class='button' id='button-directory'>{_[Open site directory]}</a>
</li>
"""))
def sidebarRenderContents(self, body, site):