Drupal9: Popravek iskanja.
This commit is contained in:
parent
ac6fe78a5d
commit
a870febec9
File diff suppressed because it is too large
Load Diff
@ -54,4 +54,8 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.iskanje-najdeno-st-zadetkov{
|
||||
color: $siva;
|
||||
}
|
||||
|
@ -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 }}
|
Loading…
x
Reference in New Issue
Block a user