From bca8ceaa7de08fa4395ca243eb96a65888d74ef8 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 11 Oct 2011 22:01:55 +0200 Subject: restart / quit buttons in webif --- module/web/templates/default/admin.html | 61 +++++---------------------------- 1 file changed, 8 insertions(+), 53 deletions(-) (limited to 'module/web/templates') diff --git a/module/web/templates/default/admin.html b/module/web/templates/default/admin.html index df1843997..b049411fd 100644 --- a/module/web/templates/default/admin.html +++ b/module/web/templates/default/admin.html @@ -1,64 +1,19 @@ {% extends 'default/base.html' %} {% block head %} - + {% endblock %} -{% block title %}{{ _("Administrate User") }} - {{ super() }} {% endblock %} -{% block subtitle %}{{ _("Administrate User") }}{% endblock %} +{% block title %}{{ _("Administrate") }} - {{ super() }} {% endblock %} +{% block subtitle %}{{ _("Administrate") }}{% endblock %} {% block content %} + + {{_("Quit pyLoad")}} | + {{_("Restart pyLoad")}} +
+
{{ _("To add user or change passwords use:") }} python pyLoadCore.py -u
{{ _("Important: Admin user have always all permissions!") }} -- cgit v1.2.3