summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-06-27 17:06:33 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-06-27 17:06:33 +0200
commit78b66f2b69f660ec3ae6386ad1899759149d2525 (patch)
tree2adf11da91829e4f55f3279eab22fa0c0478f08b
parent6214963a869ec7d6871d3c84378d65541b4db9c7 (diff)
downloadIshtar-78b66f2b69f660ec3ae6386ad1899759149d2525.tar.bz2
Ishtar-78b66f2b69f660ec3ae6386ad1899759149d2525.zip
Sheet find: hover text on ID
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index db192cc9f..e0d74db77 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -14,11 +14,10 @@
{% trans "This sheet has a downstream treatment: it is related to an old version of the find." %}</p>
{% endif %}
-<p class="window-refs">{{ item.label|default:"" }}</p>
-<p class='window-refs'>{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} &ndash; {% endif %}{{base_find.complete_id}}{% endfor %}</p>
-<p class='window-refs'>{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} &ndash; {% endif %}{{base_find.short_id}}{% endfor %}</p>
-<p class="window-refs">{{ item.administrative_index|default:"" }}</p>
-<p class="window-refs">{{ item.contextrecord|default:"" }}</p>
+<p class="window-refs" title="{% trans 'Free ID' %}">{{ item.label|default:"" }}</p>
+<p class='window-refs' title="{% trans 'Base find - Complete ID' %}">{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} &ndash; {% endif %}{{base_find.complete_id}}{% endfor %}</p>
+<p class='window-refs' title="{% trans 'Base find - Short ID' %}">{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} &ndash; {% endif %}{{base_find.short_id}}{% endfor %}</p>
+<p class="window-refs" title="{% trans 'Find - Administrative ID' %}">{{ item.administrative_index|default:"" }}</p>
{% include "ishtar/blocks/sheet_external_id.html" %}