From 048e8260542db630e19d161a16ab3562542679c3 Mon Sep 17 00:00:00 2001 From: Chris Allan Date: Mon, 24 Apr 2023 12:12:12 +0000 Subject: [PATCH] ifnotequal a b --> if a != b --- .../templates/webclient/annotations/metadata_general.html | 4 ++-- .../templates/webclient/scripts/include_param.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/omeroweb/webclient/templates/webclient/annotations/metadata_general.html b/omeroweb/webclient/templates/webclient/annotations/metadata_general.html index 95e307fc9d..a3cd640e60 100644 --- a/omeroweb/webclient/templates/webclient/annotations/metadata_general.html +++ b/omeroweb/webclient/templates/webclient/annotations/metadata_general.html @@ -749,12 +749,12 @@

{% if manager.tag.getNs %} - {% ifnotequal manager.tag.getNs insight_ns %} + {% if manager.tag.getNs != insight_ns %} - {% endifnotequal %} + {% endif %} {% endif %} diff --git a/omeroweb/webclient/templates/webclient/scripts/include_param.html b/omeroweb/webclient/templates/webclient/scripts/include_param.html index b651905caf..57deb26b79 100644 --- a/omeroweb/webclient/templates/webclient/scripts/include_param.html +++ b/omeroweb/webclient/templates/webclient/scripts/include_param.html @@ -50,7 +50,7 @@ {% else %} - + {% endif %} {% else %} {% if i.options %} @@ -79,9 +79,9 @@ {% else %} {% if i.number %} - + {% else %} - + {% endif %} {% endif %} {% endif %}
Name space: {{ manager.tag.getNs }}
Owner: