From 4c9b6f2fa02d1d8cc8fcb6b3d2acc94e89fe8836 Mon Sep 17 00:00:00 2001 From: mariusbaumann Date: Sat, 3 Jan 2015 20:42:17 +0100 Subject: Some style and bug fixes + Drag and drop sort fetature on queue fixed + Capcha overlay redesigned + Add premium account window restyled + Alert messages restyled + Some other details changed --- module/web/templates/default/base.html | 2 +- module/web/templates/default/captcha.html | 32 ++++++++++----------- module/web/templates/default/queue.html | 46 ++++++++++++++++-------------- module/web/templates/default/settings.html | 39 +++++++++++++------------ module/web/templates/default/window.html | 6 ++-- 5 files changed, 65 insertions(+), 60 deletions(-) (limited to 'module/web/templates') diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 5933e108f..f7871eb6f 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -130,7 +130,7 @@ {% if perms.STATUS %}
- + diff --git a/module/web/templates/default/captcha.html b/module/web/templates/default/captcha.html index 288375b76..b3bfb282b 100644 --- a/module/web/templates/default/captcha.html +++ b/module/web/templates/default/captcha.html @@ -1,27 +1,25 @@ -
+
-
+ -

{{_("Captcha reading")}}

+

{{_("Captcha reading")}}

{{_("Please read the text on the captcha.")}}

- - - - + +
+ +
+
- - - - +
+
+ + +

{{_("Input the text on the captcha.")}}

@@ -30,8 +28,8 @@
- - + +
diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html index a77086a9e..29e1a2927 100644 --- a/module/web/templates/default/queue.html +++ b/module/web/templates/default/queue.html @@ -47,7 +47,7 @@ document.addEvent("domready", function(){       - +
{% set progress = (package.linksdone * 100) / package.linkstotal %} @@ -75,28 +75,32 @@ document.addEvent("domready", function(){ {% endblock %} {% block hidden %} -
- -

{{_("Edit Package")}}

+
+ +

{{_("Edit Package")}}

{{_("Edit the package detais below.")}}

+ - - - - - - - - - - - + +
+ + +

{{_("The name of the package.")}}

+
+
+ + +

{{_("Name of subfolder for these downloads.")}}

+
+
+ + +

{{_("List of passwords used for unrar.")}}

+
+ + + +
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index cd9b835da..7b06caa97 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -181,31 +181,34 @@ {% endblock %} {% block hidden %} -
+
-

{{_("Add Account")}}

+

{{_("Add Account")}}

{{_("Enter your account data to use premium features.")}}

- - - - - - - + +
+ + +

{{_("Your username.")}}

+
+
+ + +

{{_("The password for this account.")}}

+
+
+ +

{{_("Choose the hoster for your account.")}}

+
+
- - - +
+ +
diff --git a/module/web/templates/default/window.html b/module/web/templates/default/window.html index ff8a307bc..290d40be6 100644 --- a/module/web/templates/default/window.html +++ b/module/web/templates/default/window.html @@ -6,21 +6,21 @@

{{_("Paste your links or upload a container.")}}

- +

{{_("The name of the new package.")}}

- +

{{_("The name of the new package.")}} {{ _("Filter urls") }}

- +

{{_("Password for RAR-Archive")}}

-- cgit v1.2.3