From bc6456c751d3ddf9b6cb229528334e26f20de47f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 26 Aug 2013 12:13:21 +0200 Subject: Improve dashboard layout (refs #1316) --- .../templates/ishtar/dashboards/dashboard_file.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'archaeological_files') diff --git a/archaeological_files/templates/ishtar/dashboards/dashboard_file.html b/archaeological_files/templates/ishtar/dashboards/dashboard_file.html index cebd147f4..0548308c0 100644 --- a/archaeological_files/templates/ishtar/dashboards/dashboard_file.html +++ b/archaeological_files/templates/ishtar/dashboards/dashboard_file.html @@ -7,9 +7,9 @@ {% block content %}

{% trans "Archaeological files" %}

-
-

{% trans "Global informations" %}

+

{% trans "Global informations" %}

+

{% trans "Total:" %} {{dashboard.total_number}}

{% for type in dashboard.types %}

{{type.file_type__label}}{% trans ":"%} {{type.number}}

@@ -39,10 +39,9 @@
-
- -

{% trans "Research archaeology" %}

+

{% trans "Research archaeology" %}

+

{% trans "Total:" %} {{dashboard.research.total_number}}

@@ -93,10 +92,9 @@ -
- -

{% trans "Rescue archaeology" %}

+

{% trans "Rescue archaeology" %}

+

{% trans "Total:" %} {{dashboard.rescue.total_number}}

-- cgit v1.2.3