From b0cb9d0487cb19988db515aea52f22b92423ebaa Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 4 Aug 2010 17:59:44 +0200 Subject: better output formatting, somefixes --- module/web/templates/default/collector.html | 4 ++-- 1 file changed, 2 insertions(+), 2 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 b0d5b1839..09725103b 100644 --- a/module/web/templates/default/collector.html +++ b/module/web/templates/default/collector.html @@ -121,12 +121,12 @@ document.addEvent("domready", function(){ {% for lid, child in package.links.iteritems %}
- + {{ child.name }}
{{ child.status }}{{child.error}}  - {{ child.size }} KB + {{ child.format_size }}/span> {{ child.plugin }} {% trans "Folder:" %} {{child.folder}}    -- cgit v1.2.3