summaryrefslogtreecommitdiff
path: root/archaeological_files/templates/ishtar/dashboards
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-26 12:13:21 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-08-26 12:13:21 +0200
commitbc6456c751d3ddf9b6cb229528334e26f20de47f (patch)
tree4a258455c9e315649edce1fe2749c7e822f4da12 /archaeological_files/templates/ishtar/dashboards
parenta910f09a76d7e04989e083c0485e3134c6c9b683 (diff)
downloadIshtar-bc6456c751d3ddf9b6cb229528334e26f20de47f.tar.bz2
Ishtar-bc6456c751d3ddf9b6cb229528334e26f20de47f.zip
Improve dashboard layout (refs #1316)
Diffstat (limited to 'archaeological_files/templates/ishtar/dashboards')
-rw-r--r--archaeological_files/templates/ishtar/dashboards/dashboard_file.html14
1 files changed, 6 insertions, 8 deletions
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 %}
<div class='dashboard'>
<h2>{% trans "Archaeological files" %}</h2>
- <div>
- <h3>{% trans "Global informations" %}</h3>
+ <h3>{% trans "Global informations" %}</h3>
+ <div>
<p><strong>{% trans "Total:" %}</strong> {{dashboard.total_number}}</p>
{% for type in dashboard.types %}
<p><strong>{{type.file_type__label}}{% trans ":"%}</strong> {{type.number}}</p>
@@ -39,10 +39,9 @@
</div>
</div>
- <div>
-
- <h3>{% trans "Research archaeology" %}</h3>
+ <h3>{% trans "Research archaeology" %}</h3>
+ <div>
<p><strong>{% trans "Total:" %}</strong> {{dashboard.research.total_number}}</p>
<div class='table'>
<table>
@@ -93,10 +92,9 @@
</div>
</div>
- <div>
-
- <h3>{% trans "Rescue archaeology" %}</h3>
+ <h3>{% trans "Rescue archaeology" %}</h3>
+ <div>
<p><strong>{% trans "Total:" %}</strong> {{dashboard.rescue.total_number}}</p>
<div class='table'>