From df888fad2bd1697f6c61930c486242764184d638 Mon Sep 17 00:00:00 2001 From: stickell Date: Sun, 24 Aug 2014 16:00:27 +0200 Subject: Revert 8446e16346ece5a934550f69e81d0cad528f7fba. It broke the WebUI. --- module/web/themes/default/tml/settings.html | 204 ---------------------------- 1 file changed, 204 deletions(-) delete mode 100644 module/web/themes/default/tml/settings.html (limited to 'module/web/themes/default/tml/settings.html') diff --git a/module/web/themes/default/tml/settings.html b/module/web/themes/default/tml/settings.html deleted file mode 100644 index 6c80808b8..000000000 --- a/module/web/themes/default/tml/settings.html +++ /dev/null @@ -1,204 +0,0 @@ -{% extends '/default/tml/base.html' %} - -{% block title %}{{ _("Config") }} - {{ super() }} {% endblock %} -{% block subtitle %}{{ _("Config") }}{% endblock %} - -{% block head %} - - - - -{% endblock %} - -{% block content %} - - - -
- -
- - - - - - -
- -
-

   {{ _("Choose a section from the menu") }}

-
-
- - -
-
- - - - - - -
- - -
-

   {{ _("Choose a section from the menu") }}

-
-
- -
- -
- - - -
- - - - - - - - - - - - - - - - - - - - {% for account in conf.accs %} - {% set plugin = account.type %} - - - - - - - - - - - - - - {% endfor %} -
{{ _("Plugin") }}{{ _("Name") }}{{ _("Password") }}{{ _("Status") }}{{ _("Premium") }}{{ _("Valid until") }}{{ _("Traffic left") }}{{ _("Time") }}{{ _("Max Parallel") }}{{ _("Delete?") }}
- {{ plugin }} - - - - {% if account.valid %} - - {{ _("valid") }} - {% else %} - - {{ _("not valid") }} - {% endif %} - - - {% if account.premium %} - - {{ _("yes") }} - {% else %} - - {{ _("no") }} - {% endif %} - - - - {{ account.validuntil }} - - - - {{ account.trafficleft }} - - - - - - - -
- - - -
-
-
-{% endblock %} -{% block hidden %} -
-
-

{{_("Add Account")}}

-

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

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