From 68d662e689cd42687341c550fb6ebb74e6968d21 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 8 Sep 2014 00:29:57 +0200 Subject: module -> pyload --- module/webui/themes/dark/tml/admin.html | 98 --------------------------------- 1 file changed, 98 deletions(-) delete mode 100644 module/webui/themes/dark/tml/admin.html (limited to 'module/webui/themes/dark/tml/admin.html') diff --git a/module/webui/themes/dark/tml/admin.html b/module/webui/themes/dark/tml/admin.html deleted file mode 100644 index 42118eda4..000000000 --- a/module/webui/themes/dark/tml/admin.html +++ /dev/null @@ -1,98 +0,0 @@ -{% extends '/dark/tml/base.html' %} - -{% block head %} - -{% endblock %} - - -{% block title %}{{ _("Administrate") }} - {{ super() }} {% endblock %} -{% block subtitle %}{{ _("Administrate") }}{% endblock %} - -{% block content %} - - {{_("Quit pyLoad")}} | - {{_("Restart pyLoad")}} -
-
- - {{ _("To add user or change passwords use:") }} python pyload.py -u
- {{ _("Important: Admin user have always all permissions!") }} - -
- - - - - - - - - {% for name, data in users.iteritems() %} - - - - - - - {% endfor %} - - -
- {{ _("Name") }} - - {{ _("Change Password") }} - - {{ _("Admin") }} - - {{ _("Permissions") }} -
{{ name }}{{ _("change") }} - -
- - -
-{% endblock %} -{% block hidden %} -
-
-

{{ _("Change Password") }}

- -

{{ _("Enter your current and desired Password.") }}

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