From a39f74fc46ba59409cd91a772647777bef542e7b Mon Sep 17 00:00:00 2001 From: mariusbaumann Date: Sat, 3 Jan 2015 18:42:30 +0100 Subject: Details changed on info, admin sites Only a few text format changes + Buttons for restart and shutdown styled + Passwort dialog restyled --- module/web/templates/default/admin.html | 78 +++++++++++++++++---------------- 1 file changed, 40 insertions(+), 38 deletions(-) (limited to 'module/web/templates/default/admin.html') diff --git a/module/web/templates/default/admin.html b/module/web/templates/default/admin.html index b049411fd..be624f555 100644 --- a/module/web/templates/default/admin.html +++ b/module/web/templates/default/admin.html @@ -9,18 +9,20 @@ {% block subtitle %}{{ _("Administrate") }}{% endblock %} {% block content %} - - {{_("Quit pyLoad")}} | - {{_("Restart pyLoad")}} +
+ {{_("Quit pyLoad")}} + {{_("Restart pyLoad")}} +


{{ _("To add user or change passwords use:") }} python pyLoadCore.py -u
{{ _("Important: Admin user have always all permissions!") }} - -
- - +
+
+ +
+ @@ -38,9 +40,8 @@ {% for name, data in users.iteritems() %} - - + +
{{ _("Name") }}
{{ name }}{{ _("change") }} {{ _("change") }}
- +
{% endblock %} {% block hidden %} -
-
-

{{ _("Change Password") }}

- +
+ +

{{ _("Change Password") }}

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

- - - - - - - - - - - - - - +
+ + +

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

+
+
+ + +

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

+
+
+ + +

{{ _("The new password.") }}

+
+
+ + +

{{ _("Please repeat the new password.") }}

+
+ + + + +
-
-- cgit v1.2.3