From abb1e9536e9461c3a7c0becb225d7c85cd161a11 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 25 Aug 2016 22:36:05 +0200 Subject: UI: better layer layout for simple tables. Rewrite of all dashboard (refs #1616) --- archaeological_finds/templates/ishtar/sheet_find.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index f7c3838b8..85647ac61 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -69,8 +69,10 @@

{% trans "Treatments"%}

{% if item.upstream_treatment %} - - +

{% trans "Upstream treatment" %}

+
+
+
{% trans "Upstream treatment" %}
@@ -90,12 +92,16 @@ {% endfor %}
{% trans "Type" %} {% trans "Related finds" %}
+ +

{% trans "CSV" %} ({{ENCODING}})

{% endif %} {% if item.downstream_treatment %} - - +

{% trans "Downstream treatment" %}

+
+
+
{% trans "Downstream treatment" %}
@@ -115,6 +121,9 @@ {% endfor %}
{% trans "Type" %} {% trans "Related finds" %}
+ + +

{% trans "CSV" %} ({{ENCODING}})

{% endif %} -- cgit v1.2.3