From bd7639f6ee2da2a3417b64e70fdbf1decbf831ed 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_files/templates/ishtar/sheet_file.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'archaeological_files/templates/ishtar/sheet_file.html') diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 9ff6e8356..782a7656d 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -101,8 +101,10 @@ {% trans "Administrative acts" as administrativeacts_label %} {% table_administrativact administrativeacts_label item.administrative_act.all %} - - +

{%trans "Associated operations"%}

+
+
+
{%trans "Associated operations"%}
@@ -126,9 +128,13 @@ {% endfor %}
{% trans "Ref." %} Code Patriarche
{% trans "No operation associated to this archaelogical file" %}
+ + - - +

{%trans "Admninistrative acts linked to associated operations"%}

+
+
+
{%trans "Admninistrative acts linked to associated operations"%}
@@ -146,4 +152,6 @@ {% endfor %}
{% trans "Year" %} {% trans "Ref." %}
{% trans "No administrative act linked to operations" %}
+ + {% endblock %} -- cgit v1.2.3