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/settings.html | 78 ++++++++++++++++-------------- 1 file changed, 42 insertions(+), 36 deletions(-) (limited to 'module/web/templates/default/settings.html') 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