From aa78d90803a68e41ea663adb623c859cae3ad91e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 9 Mar 2011 23:29:24 +0100 Subject: new config page, mootools 1.3, removed old templates --- module/web/templates/default/collector.html | 40 ++++++++++++++--------------- 1 file changed, 19 insertions(+), 21 deletions(-) (limited to 'module/web/templates/default/collector.html') diff --git a/module/web/templates/default/collector.html b/module/web/templates/default/collector.html index 8dddd488e..3e6b47234 100644 --- a/module/web/templates/default/collector.html +++ b/module/web/templates/default/collector.html @@ -1,6 +1,4 @@ {% extends 'default/base.html' %} -{% load i18n %} - {% block head %} @@ -13,42 +11,42 @@ document.addEvent("domready", function(){ {% endblock %} -{% block title %}{% trans "Collector" %} - {{block.super}} {% endblock %} -{% block subtitle %}{% trans "Collector" %}{% endblock %} +{% block title %}{{_("Collector")}} - {{super()}} {% endblock %} +{% block subtitle %}{{_("Collector")}}{% endblock %} {% block menu %}
  • - {% trans "Home" %} + {{_("Home")}}
  • - {% trans "Queue" %} + {{_("Queue")}}
  • - {% trans "Collector" %} + {{_("Collector")}}
  • - {% trans "Downloads" %} + {{_("Downloads")}}
  • - {% trans "Logs" %} + {{_("Logs")}}
  • - {% trans "Config" %} + {{_("Config")}}
  • {% endblock %} {% block pageactions %} {% endblock %} {% block content %} -
    {% trans "success" %}
    -
    {% trans "failure" %}
    +
    {{_("success")}}
    +
    {{_("failure")}}
    - - {% trans "loading" %} + + {{_("loading")}}