From bd976506276a5e85530e53878e72f6535300acee Mon Sep 17 00:00:00 2001 From: mariusbaumann Date: Sun, 5 Apr 2015 14:10:43 +0200 Subject: Revert "Merge branch 'pr/2' into stable" This reverts commit 7c21c6f9417bb19ba240f1f4bbde9ace7dc0f6ef, reversing changes made to 10b65f5319c679bac3a596eb30946fd2e89a3da7. --- module/web/templates/default/queue.html | 18 ++++--- module/web/templates/default/settings.html | 78 ++++++++++++++++-------------- 2 files changed, 52 insertions(+), 44 deletions(-) (limited to 'module') diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html index fbda48f7a..62d0be777 100644 --- a/module/web/templates/default/queue.html +++ b/module/web/templates/default/queue.html @@ -52,18 +52,20 @@ document.addEvent("domready", function(){ {% set progress = (package.linksdone * 100) / package.linkstotal %} -
-
- +
+
+
- +
@@ -104,4 +106,4 @@ document.addEvent("domready", function(){
-{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index 1841fe485..5be7be516 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -13,9 +13,9 @@ {% block content %}
@@ -29,9 +29,11 @@
  • -
      +
        {% for entry,name in conf.general %} -
      • {{ name }}
      • + +
      • {{ name }}
      • +
        {% endfor %}
    @@ -56,9 +58,11 @@
  • -
      +
        {% for entry,name in conf.plugin %} -
      • {{ name }}
      • + +
      • {{ name }}
      • +
        {% endfor %}
      @@ -173,34 +177,36 @@ {% endblock %} {% block hidden %}
      -
      -

      {{_("Add Account")}}

      -

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

      - -
      - - -

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

      -
      -
      - - -

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

      -
      -
      - -

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

      -
      -
      - -
      - - -
      -
      +
      +

      {{_("Add Account")}}

      +

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

      + +
      + + +

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

      +
      +
      + + +

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

      +
      +
      + +

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

      +
      +
      + +
      + + +
      + +
      +
      {% endblock %} -- cgit v1.2.3