Update PagerFanta

This commit is contained in:
Jeremy Benoist
2022-12-14 14:36:29 +01:00
parent ef83032601
commit 67a344c2c6
5 changed files with 171 additions and 113 deletions

View File

@ -36,7 +36,7 @@
</div>
{% if current_route == 'search' %}<div><a href="{{ path('tag_this_search', {'filter': searchTerm, 'currentRoute': app.request.get('currentRoute')}) }}" title="{{ 'entry.list.assign_search_tag'|trans }}">{{ 'entry.list.assign_search_tag'|trans }}</a></div>{% endif %}
{% if entries.getNbPages > 1 %}
{{ pagerfanta(entries, 'twitter_bootstrap_translated', {'proximity': 1}) }}
{{ pagerfanta(entries, 'default_wallabag') }}
{% endif %}
</div>
@ -79,7 +79,7 @@
{% if entries.getNbPages > 1 %}
<div class="results">
{{ pagerfanta(entries, 'twitter_bootstrap_translated', {'proximity': 1}) }}
{{ pagerfanta(entries, 'default_wallabag') }}
</div>
{% endif %}