Rev3372, Cosmetic changes on open site directory button
This commit is contained in:
parent
a454f3de6e
commit
c3b146611b
6 changed files with 14 additions and 9 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue