summaryrefslogtreecommitdiff
path: root/ishtar/templates/sheet_file.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-02-26 03:08:58 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-02-26 03:08:58 +0100
commit5b3ef3f317085a3f6cf8a319c7ac406047e49b78 (patch)
tree2a6001ff17e4b3b38708176f46ac78fbab83125b /ishtar/templates/sheet_file.html
parent7628e0523dea78b448fd2df5a353ae2a37f890ea (diff)
downloadIshtar-5b3ef3f317085a3f6cf8a319c7ac406047e49b78.tar.bz2
Ishtar-5b3ef3f317085a3f6cf8a319c7ac406047e49b78.zip
Better PDF export(refs #227)
Diffstat (limited to 'ishtar/templates/sheet_file.html')
-rw-r--r--ishtar/templates/sheet_file.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/templates/sheet_file.html b/ishtar/templates/sheet_file.html
index 865acca41..0e46f7a6d 100644
--- a/ishtar/templates/sheet_file.html
+++ b/ishtar/templates/sheet_file.html
@@ -80,7 +80,7 @@
<th>{% trans "In charge" %}</th>
<th>{% trans "Start date" %}</th>
<th>{% trans "End date" %}</th>
- <th>&nbsp;</th>
+ <th class='link'>&nbsp;</th>
</tr>
{% for operation in item.operations.all %}
<tr>
@@ -91,7 +91,7 @@
<td class='string'>{{operation.in_charge|default:""}}</td>
<td>{{operation.start_date|default:""}}</td>
<td>{{operation.end_date|default:""}}</td>
- <td><a href="#{#{%url show-operation operation.pk%}#}">{% trans "Details" %}</a></td>
+ <td class='link'><a href="#{#{%url show-operation operation.pk%}#}">{% trans "Details" %}</a></td>
</tr>
{% empty %}
<tr><td colspan="8" class='no_items'>{% trans "No operation associated to this archaelogical file" %}</td></tr>