From 3739d4bab583078d45e3bbd6cda9801929f043d6 Mon Sep 17 00:00:00 2001 From: Tom-TBT Date: Fri, 19 Apr 2024 16:53:42 +0200 Subject: [PATCH] removed tooltip blanklines --- omero_tagsearch/templates/omero_tagsearch/tagnav.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/omero_tagsearch/templates/omero_tagsearch/tagnav.html b/omero_tagsearch/templates/omero_tagsearch/tagnav.html index bdfb1cc..dd7c262 100644 --- a/omero_tagsearch/templates/omero_tagsearch/tagnav.html +++ b/omero_tagsearch/templates/omero_tagsearch/tagnav.html @@ -230,7 +230,7 @@

{% trans "Tag Search" %}

{{ tagnav_form.selectedTags }}  + data-content="Search objects annotated with selected tags.
Only the tags of the selected group & user are listed.
Multiple tags are combined according to the joining method.">

@@ -239,14 +239,14 @@

{% trans "Tag Search" %}

{{ tagnav_form.excludedTags }}  + data-content="Remove from the results the objects annotated with excluded tags.
Only the tags of the selected group & user are listed.">


+ data-content="AND: Get the objects with all selected tags.
OR: Get the objects with at least one selected tag.">
{{ tagnav_form.operation }}