From: olivier <> Date: Fri, 7 Mar 2008 12:39:29 +0000 (+0000) Subject: improved search; search results are now paginated, displaying either items or collect... X-Git-Tag: 1.1~864 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=dbc5a8910f77980c1475cb1bfd3f9702718e4b1c;p=telemeta.git improved search; search results are now paginated, displaying either items or collections, with a tab view --- diff --git a/telemeta/templates/inc/collection_list.html b/telemeta/templates/inc/collection_list.html index 64a5cc3f..699456fb 100644 --- a/telemeta/templates/inc/collection_list.html +++ b/telemeta/templates/inc/collection_list.html @@ -1,9 +1,10 @@ +{% load telemeta_utils %} {% if collections %} {% if hits %}

Records {{ first_on_page }} to {{ last_on_page }} on {{ hits }}    - {% if has_previous %} << {% endif %} - {% if has_next %} >> {% endif %} + {% if has_previous %} << {% endif %} + {% if has_next %} >> {% endif %}

{% endif %}