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/logs.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'module/web/templates/default/logs.html') diff --git a/module/web/templates/default/logs.html b/module/web/templates/default/logs.html index 5da99912f..7a95b4364 100644 --- a/module/web/templates/default/logs.html +++ b/module/web/templates/default/logs.html @@ -1,36 +1,35 @@ {% extends 'default/base.html' %} -{% load i18n %} -{% block title %}{% trans "Logs" %} - {{block.super}} {% endblock %} -{% block subtitle %}{% trans "Logs" %}{% endblock %} +{% block title %}{{_("Logs")}} - {{super()}} {% endblock %} +{% block subtitle %}{{_("Logs")}}{% endblock %} {% block head %} - + {% endblock %} {% block menu %}
  • - {% trans "Home" %} + {{_("Home")}}
  • - {% trans "Queue" %} + {{_("Queue")}}
  • - {% trans "Collector" %} + {{_("Collector")}}
  • - {% trans "Downloads" %} + {{_("Downloads")}}
  • - {% trans "Logs" %} + {{_("Logs")}}
  • - {% trans "Config" %} + {{_("Config")}}
  • {% endblock %} {% block content %}
    -
    << {% trans "Start" %} < {% trans "prev" %} {% trans "next" %} > {% trans "End" %} >>
    +
    << {{_("Start")}} < {{_("prev")}} {{_("next")}} > {{_("End")}} >>
    @@ -38,7 +37,7 @@
    -- cgit v1.2.3