From 07939d46b205c719c390b97742379100e376ff2a Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Sat, 16 Feb 2008 14:20:00 +0000 Subject: [PATCH] fix advanced webui statusbar for shwouchk --- deluge/ui/webui/webui_plugin/pages.py | 8 ++++++++ .../templates/advanced/part_stats.html | 10 +++++----- .../templates/advanced/static/advanced.css | 20 +++++++++---------- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/deluge/ui/webui/webui_plugin/pages.py b/deluge/ui/webui/webui_plugin/pages.py index a8d48a18f..4a693f517 100644 --- a/deluge/ui/webui/webui_plugin/pages.py +++ b/deluge/ui/webui/webui_plugin/pages.py @@ -282,6 +282,10 @@ class resume_all: do_redirect() class refresh: + def GET(self, name): + return self.POST(name) + #WRONG, but makes it easyer to link with $_('Set') + $_('Disable') $else: $_('Off')   - $:render.part_button('POST', '/refresh/on', _('Enable'), 'tango/view-refresh.png') + $_('Enable') ] -$:render.part_button('POST', '/logout', _('Logout'), 'tango/system-log-out.png') +$_('Logout') +$_('Settings') -$:render.part_button('GET', '/config/', _('Settings'), 'tango/preferences-system.png')
diff --git a/deluge/ui/webui/webui_plugin/templates/advanced/static/advanced.css b/deluge/ui/webui/webui_plugin/templates/advanced/static/advanced.css index a7bcd23ce..5f97efbbc 100644 --- a/deluge/ui/webui/webui_plugin/templates/advanced/static/advanced.css +++ b/deluge/ui/webui/webui_plugin/templates/advanced/static/advanced.css @@ -167,19 +167,17 @@ body.inner { z-index:999; } -#refresh_panel button { - background-color:#304663; - color:#FFFFFF; - border:0; - position:relative; - top:-2px; - height:15px; - background-color:#ddd; - color:#00F; +#refresh_panel a { + color:0000FF; + text-decoration:none; } -#refresh_panel button:hover { - text-decoration: underline; +#refresh_panel a:visited { + color:0000FF; +} + +#refresh_panel a:hover { + color:0000FF; } #stats_panel button {