From 81de1c4b127e116c8ca3e5df620b5c0a56a087bc Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 29 Aug 2014 12:12:23 +0200 Subject: [webui] Improve and fix 2 --- module/webui/themes/dark/tml/home.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'module/webui/themes/dark/tml/home.html') diff --git a/module/webui/themes/dark/tml/home.html b/module/webui/themes/dark/tml/home.html index 340a905cf..2314d0def 100644 --- a/module/webui/themes/dark/tml/home.html +++ b/module/webui/themes/dark/tml/home.html @@ -129,7 +129,7 @@ var LinkEntry = new Class({ 'html': item.percent+ '% / '+ humanFileSize(item.size-item.bleft) }), remove: new Element('img',{ - 'src': '/dark/img/control_cancel.png', + 'src': '/dark/img/default/control_cancel.png', 'styles':{ 'vertical-align': 'middle', 'margin-right': '-20px', @@ -208,25 +208,25 @@ var LinkEntry = new Class({ {% block menu %}
  • - {{_("Home")}} + {{_("Home")}}
  • - {{_("Queue")}} + {{_("Queue")}}
  • - {{_("Collector")}} + {{_("Collector")}}
  • - {{_("Downloads")}} + {{_("Downloads")}}
  • {#
  • #} -{# {{_("FileManager")}}#} +{# {{_("FileManager")}}#} {#
  • #}
  • - {{_("Logs")}} + {{_("Logs")}}
  • - {{_("Config")}} + {{_("Config")}}
  • {% endblock %} @@ -251,7 +251,7 @@ var LinkEntry = new Class({ {{ link.format_size }} {{ link.percent }}% /{{ link.bleft }} - + -- cgit v1.2.3