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/queue.html | 46 ++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 21 deletions(-) (limited to 'module/web/templates/default/queue.html') 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.")}}

+
+ + + +
-- cgit v1.2.3