summaryrefslogtreecommitdiff
path: root/archaeological_files/templates/ishtar/sheet_file.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-25 22:36:05 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-25 22:36:05 +0200
commitbd7639f6ee2da2a3417b64e70fdbf1decbf831ed (patch)
tree76f7298299a4283564ed2da07c1a7d1cdc7dbac7 /archaeological_files/templates/ishtar/sheet_file.html
parent99dd4a2fc8d6f44a9a22a69452d15006b264c372 (diff)
downloadIshtar-bd7639f6ee2da2a3417b64e70fdbf1decbf831ed.tar.bz2
Ishtar-bd7639f6ee2da2a3417b64e70fdbf1decbf831ed.zip
UI: better layer layout for simple tables. Rewrite of all dashboard (refs #1616)
Diffstat (limited to 'archaeological_files/templates/ishtar/sheet_file.html')
-rw-r--r--archaeological_files/templates/ishtar/sheet_file.html16
1 files changed, 12 insertions, 4 deletions
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 %}
-<table class='simple'>
- <caption>{%trans "Associated operations"%}</caption>
+<h4>{%trans "Associated operations"%}</h4>
+<div class='clean-table'>
+<div class='clean-table-wrap'>
+<table>
<tr>
<th>{% trans "Ref." %}</th>
<th>Code Patriarche</th>
@@ -126,9 +128,13 @@
<tr><td colspan="8" class='no_items'>{% trans "No operation associated to this archaelogical file" %}</td></tr>
{% endfor %}
</table>
+</div>
+</div>
-<table class='simple'>
- <caption>{%trans "Admninistrative acts linked to associated operations"%}</caption>
+<h4>{%trans "Admninistrative acts linked to associated operations"%}</h4>
+<div class='clean-table'>
+<div class='clean-table-wrap'>
+<table>
<tr>
<th>{% trans "Year" %}</th>
<th>{% trans "Ref." %}</th>
@@ -146,4 +152,6 @@
<tr><td colspan="4" class='no_items'>{% trans "No administrative act linked to operations" %}</td></tr>
{% endfor %}
</table>
+</div>
+</div>
{% endblock %}