From 57cce481460efd7c9897c59652b544ef65063837 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 9 Oct 2011 18:18:23 +0200 Subject: updated js/mootools, some parts now coffeescript --- module/web/templates/default/base.html | 174 +++------------------------------ 1 file changed, 14 insertions(+), 160 deletions(-) (limited to 'module/web/templates/default/base.html') diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index c7014e6b6..dfc61339d 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -6,168 +6,18 @@ - + - - - + + + + - -{% block title %}pyLoad {{_("Webinterface")}}{% endblock %} + - +{% block title %}pyLoad {{_("Webinterface")}}{% endblock %} {% block head %} {% endblock %} @@ -264,7 +114,7 @@ function AddBox(){
  • {{_("Start")}}
  • {{_("Stop")}}
  • {{_("Cancel")}}
  • -
  • {{_("Add")}}
  • +
  • {{_("Add")}}
  • {% endif %} @@ -320,7 +170,11 @@ function AddBox(){ -{% include "default/window.html" %} -{% include "default/captcha.html" %} +
    + {% include "default/window.html" %} + {% include "default/captcha.html" %} + {% block hidden %} + {% endblock %} +
    -- cgit v1.2.3