summaryrefslogtreecommitdiff
path: root/archaeological_context_records/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-09-29 02:43:19 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-09-29 02:43:19 +0200
commitdf2405cb949e268dda4c880d2685054c0eab4a80 (patch)
treee27f01bf29b9fe16dfccc157f2a1f2d6fcb872e4 /archaeological_context_records/templates
parentfa03f91834500f7589ba1912a681227186d7974e (diff)
downloadIshtar-df2405cb949e268dda4c880d2685054c0eab4a80.tar.bz2
Ishtar-df2405cb949e268dda4c880d2685054c0eab4a80.zip
Display dynamicaly large tables in windows
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index 1a18f1cd5..8d1a4de63 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -66,7 +66,7 @@
{% if item.right_relations.count %}
<h3>{% trans "In relation with"%}</h3>
-<table>
+<table class='simple'>
<tr>
<th>{% trans "Relation type" %}</th>
<th>{% trans "ID" %}</th>
@@ -87,7 +87,7 @@
<td class='link'><a href="#" class='display_details' onclick='load_window("{%url show-contextrecord relation.right_record.pk ''%}")'>{% trans "Details" %}</a></td>
</tr>
{% endfor %}
-<table>
+<table class='simple'>
{% endif %}
@@ -126,7 +126,7 @@
{% trans "Document from this context record" as cr_docs %}
{% if item.source.count %} {% table_document cr_docs item.source.all %}{% endif %}
-<table>
+<table class='simple'>
<caption>{%trans "Finds"%}</caption>
<tr>
<th>{% trans "Complete Id" %}</th>