Skip to content

Commit

Permalink
Annotation tooltip 'Remove Tag' instead of 'Unlink'. See #8289
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Moore committed Mar 15, 2012
1 parent a50767e commit 34822a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@

<div class="attachment_actions">
{% if fileann.link.isOwned and not fileann.isOriginalMetadata %}
<a class='removeFile action' id="{{ fileann.id }}-file" title="Unlink">-</a>
<a class='removeFile action' id="{{ fileann.id }}-file" title="Remove File">-</a>
{% endif %}

{% if fileann.canDelete and not fileann.isOriginalMetadata %}
<a id="{{ fileann.id }}-file" type="image" class="action" alt="Delete" title="Delete"> &#215 </a>
<a id="{{ fileann.id }}-file" type="image" class="action" alt="Delete File" title="Delete File"> &#215 </a>
{% endif %}

<!-- if we have 'volume' data attached - link for viewing in Open-Astex Viewer -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<span class="tag_annotation_wrapper">
<a class='tooltip tag' href="{% url load_template "usertags" %}?path=tag={{ tag.id }}{% if not tag.isOwned %}&experimenter={{ tag.getOwner.id }}{% endif %}" target="_top"> {{ tag.textValue }}
{% if tag.link.isOwned %}
<span class='removeTag' id="{{ tag.id }}-tag" title="Unlink"> x </span>
<span class='removeTag' id="{{ tag.id }}-tag" title="Remove Tag"> x </span>
{% endif %}
</a>

Expand Down

0 comments on commit 34822a9

Please sign in to comment.