diff --git a/geonode/base/templates/base/_resourcebase_snippet.html b/geonode/base/templates/base/_resourcebase_snippet.html index f1d8f210cc9..3662b7cba15 100644 --- a/geonode/base/templates/base/_resourcebase_snippet.html +++ b/geonode/base/templates/base/_resourcebase_snippet.html @@ -37,37 +37,36 @@

{{ item.title }}

+ {% endverbatim %} + + {% if facet_type == 'layers' %}
-

{% endverbatim %} +

{% verbatim %} + title="{% trans "Select" %}">

+ {% endif %} - {% endverbatim %} {% trans "Service is" %} {% trans "online" %} {% trans "Service is" %} {% trans "offline" %} - {% verbatim %} - {% endverbatim %} {% trans "Layer not ready yet. Still finalizing layer ingestion..." %} - {% verbatim %} - {% endverbatim %}
{% trans "SECURITY NOT YET SYNCHRONIZED" %} {% verbatim %}{% endverbatim %}{% trans "Sync permissions immediately" %}
{% trans "PENDING APPROVAL" %}
{% trans "UNPUBLISHED" %}
- {% verbatim %} + {% verbatim %}

{{ item.abstract.length > 300 ? '...' : ''}}

diff --git a/geonode/templates/search/_search_content.html b/geonode/templates/search/_search_content.html index 77762f6497a..f02f5c7eeb3 100644 --- a/geonode/templates/search/_search_content.html +++ b/geonode/templates/search/_search_content.html @@ -1,18 +1,23 @@ {% load i18n %}
- + + {% if facet_type == 'layers' %} + + + {% endif %}
- {% block bulk_perms_button %} -
- {% if facet_type == 'layers' %} -
- + + {% if facet_type == 'layers' %} + {% block bulk_perms_button %} +
+
+ +
- {% endif %} -
- {% endblock %} + {% endblock %} + {% endif %}
{% trans "Filters" %}