Skip to content

Commit

Permalink
removed tooltip blanklines
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-TBT committed Apr 19, 2024
1 parent ad67483 commit 3739d4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omero_tagsearch/templates/omero_tagsearch/tagnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h2>{% trans "Tag Search" %}</h2>
<label for="id_selectedTags">Selected Tags:</label>
{{ tagnav_form.selectedTags }}&nbsp;
<span class="searching_info"
data-content="Search objects annotated with selected tags.</br></br>Only the tags of the selected group & user are listed.</br></br>Multiple tags are combined according to the joining method.">
data-content="Search objects annotated with selected tags.</br>Only the tags of the selected group & user are listed.</br>Multiple tags are combined according to the joining method.">
<img class="search_tips__tag" src="{% static 'webgateway/img/help16.png' %}" />
</span>
</div><br/>
Expand All @@ -239,14 +239,14 @@ <h2>{% trans "Tag Search" %}</h2>
<label for="id_excludedTags">Excluded Tags:</label>
{{ tagnav_form.excludedTags }}&nbsp;
<span class="searching_info"
data-content="Remove from the results the objects annotated with excluded tags.</br></br>Only the tags of the selected group & user are listed.">
data-content="Remove from the results the objects annotated with excluded tags.</br>Only the tags of the selected group & user are listed.">
<img class="search_tips__tag" src="{% static 'webgateway/img/help16.png' %}" />
</span>
</div><br/><br/>
<div>
<label for="id_operation">Joining method:</label>
<span class="searching_info"
data-content="AND: Get the objects with all selected tags.</br></br>OR: Get the objects with at least one selected tag.">
data-content="AND: Get the objects with all selected tags.</br>OR: Get the objects with at least one selected tag.">
<img class="search_tips__join" src="{% static 'webgateway/img/help16.png' %}" />
</span>
{{ tagnav_form.operation }}
Expand Down

0 comments on commit 3739d4b

Please sign in to comment.