From a5f665f504dc544b4a03f2ee81da6c44555415e5 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 17 Feb 2015 19:35:35 +0100 Subject: Update webui --- pyload/webui/themes/Default/tml/admin.html | 4 +-- pyload/webui/themes/Default/tml/base.html | 40 ++++++++++++------------ pyload/webui/themes/Default/tml/downloads.html | 2 +- pyload/webui/themes/Default/tml/filemanager.html | 12 +++---- pyload/webui/themes/Default/tml/folder.html | 6 ++-- pyload/webui/themes/Default/tml/home.html | 18 +++++------ pyload/webui/themes/Default/tml/info.html | 2 +- pyload/webui/themes/Default/tml/login.html | 2 +- pyload/webui/themes/Default/tml/logout.html | 2 +- pyload/webui/themes/Default/tml/logs.html | 4 +-- pyload/webui/themes/Default/tml/pathchooser.html | 2 +- pyload/webui/themes/Default/tml/queue.html | 14 ++++----- pyload/webui/themes/Default/tml/settings.html | 8 ++--- pyload/webui/themes/Default/tml/window.html | 2 +- 14 files changed, 59 insertions(+), 59 deletions(-) (limited to 'pyload/webui/themes/Default/tml') diff --git a/pyload/webui/themes/Default/tml/admin.html b/pyload/webui/themes/Default/tml/admin.html index 0b7301fc8..c5cdb494b 100644 --- a/pyload/webui/themes/Default/tml/admin.html +++ b/pyload/webui/themes/Default/tml/admin.html @@ -1,7 +1,7 @@ -{% extends '/Default/tml/base.html' %} +{% extends '/tml/base.html' %} {% block head %} - + {% endblock %} diff --git a/pyload/webui/themes/Default/tml/base.html b/pyload/webui/themes/Default/tml/base.html index aac70a394..1adf16831 100644 --- a/pyload/webui/themes/Default/tml/base.html +++ b/pyload/webui/themes/Default/tml/base.html @@ -5,17 +5,17 @@ - - - + + + - - - - + + + + - + {% block title %}pyLoad {{_("Webinterface")}}{% endblock %} @@ -48,11 +48,11 @@ {% endif %} -Captcha: +Captcha: {{_("Captcha waiting")}} - User:{{user.name}} + User:{{user.name}}