diff options
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 |
commit | 4ffb67938358cbfedec0ac1fc75ba438c0af060f (patch) | |
tree | 98325dc072d62c5b1396aed03bbaada76b8c0651 /archaeological_context_records/templates | |
parent | 6dab8cf237f0b6176dacc0ba03d6965f738266d3 (diff) | |
download | Ishtar-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_context_records/templates')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index ee1719eda..95a44116d 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -129,8 +129,8 @@ <td>{{ item.context_record.parcel.short_label }}</td> <td class='ref'>{{ find.get_last_find.container.reference|default:""}}</td> <td class='string'>{{ find.get_last_find.container.location|default:""}}</td> - <td class='link'><a href="#">{% trans "Details" %}</a></td> - {#<a href="#" onclick='load_window("{% url show-find find.pk%}");'>{%trans "Details"%}</a></td>#} + <td class='link'><a class='display_details' href="#">{% trans "Details" %}</a></td> + {#<a href="#" class='display_details' onclick='load_window("{% url show-find find.pk%}");'>{%trans "Details"%}</a></td>#} </tr> {% empty %} <tr><td colspan="9" class='no_items'>{% trans "No find associated to this context record" %}</td></tr> |