Drupal9: Popravek iskanja.

This commit is contained in:
Robert 2022-10-06 14:12:13 +02:00
parent ac6fe78a5d
commit a870febec9
3 changed files with 3528 additions and 2324 deletions

File diff suppressed because it is too large Load Diff

View File

@ -55,3 +55,7 @@
}
}
}
.iskanje-najdeno-st-zadetkov{
color: $siva;
}

View File

@ -0,0 +1,17 @@
{{ form }}
{#{% if search_title %}#}
{# <h2>{{ search_title }}</h2>#}
{#{% endif %}#}
{% if no_of_results %}
<p class="iskanje-najdeno-st-zadetkov">{{ no_of_results }}</p>
{% endif %}
{{ no_results_found }}
{{ search_help }}
{{ results }}
{{ pager }}