diff options
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 |
commit | 37cb695ba14761c5c579ace7797dcd99f5b486c2 (patch) | |
tree | e27f01bf29b9fe16dfccc157f2a1f2d6fcb872e4 /archaeological_files/templates | |
parent | 2ff0b6a2d4e1f862a44774d56c84a9b9d39fe923 (diff) | |
download | Ishtar-37cb695ba14761c5c579ace7797dcd99f5b486c2.tar.bz2 Ishtar-37cb695ba14761c5c579ace7797dcd99f5b486c2.zip |
Display dynamicaly large tables in windows
Diffstat (limited to 'archaeological_files/templates')
-rw-r--r-- | archaeological_files/templates/ishtar/sheet_file.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index fc5ddbe70..0e68f8a98 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -100,7 +100,7 @@ {% trans "Administrativ acts" as administrativeacts_label %} {% table_administrativact administrativeacts_label item.administrative_act.all %} -<table> +<table class='simple'> <caption>{%trans "Associated operations"%}</caption> <tr> <th>{% trans "Ref." %}</th> @@ -126,7 +126,7 @@ {% endfor %} </table> -<table> +<table class='simple'> <caption>{%trans "Admninistrative acts linked to associated operations"%}</caption> <tr> <th>{% trans "Year" %}</th> |