summaryrefslogtreecommitdiff
path: root/archaeological_files/templates/ishtar/sheet_file.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2014-01-16 22:20:15 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2014-01-16 22:20:15 +0100
commit4ffb67938358cbfedec0ac1fc75ba438c0af060f (patch)
tree98325dc072d62c5b1396aed03bbaada76b8c0651 /archaeological_files/templates/ishtar/sheet_file.html
parent6dab8cf237f0b6176dacc0ba03d6965f738266d3 (diff)
downloadIshtar-4ffb67938358cbfedec0ac1fc75ba438c0af060f.tar.bz2
Ishtar-4ffb67938358cbfedec0ac1fc75ba438c0af060f.zip
Display of record carts from the shortcut menu (refs #1602) - change record cart links to a more explicit image
Diffstat (limited to 'archaeological_files/templates/ishtar/sheet_file.html')
-rw-r--r--archaeological_files/templates/ishtar/sheet_file.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html
index dcf58da09..b329e8279 100644
--- a/archaeological_files/templates/ishtar/sheet_file.html
+++ b/archaeological_files/templates/ishtar/sheet_file.html
@@ -117,7 +117,7 @@
<td class='string'>{{operation.in_charge|default:""}}</td>
<td>{{operation.start_date|default:""}}</td>
<td>{{operation.excavation_end_date|default:""}}</td>
- <td class='link'><a href="#" onclick='load_window("{%url show-operation operation.pk ''%}")'>{% trans "Details" %}</a></td>
+ <td class='link'><a href="#" class='display_details' onclick='load_window("{%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>