]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/templates/rodelbahn_list.html
Simplify pagination.
[philipp/winterrodeln/wradmin.git] / wradmin / templates / rodelbahn_list.html
index 6bb762f6c45a698e139b6f300a1fbffc74d51039..c0ce7edac0b8bf73556e5c30e9f5d18d78bcc0fe 100644 (file)
@@ -18,7 +18,7 @@
 <a href="${h.url(controller='rodelbahn', action='update')}" class="button">(1) Rodelbahnboxen auslesen und DB aktualisieren</a>
 <a href="${h.url(controller='rodelbahn', action='update_regioncache')}" class="button">(2) Rodelbahnen in den Regionslisten aktualisieren</a>
 
-<p>${HTML(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last', url=h.url(controller='rodelbahn', action='list')+'?page=$page'))}</p>
+<p>${HTML(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last'))}</p>
 
 <table>
     <tr>
@@ -65,7 +65,7 @@
     </tr>
 </table>
 
-<p>${HTML(c.paginator.pager('~2~', url=h.url(controller='rodelbahn', action='list')+'?page=$page'))}</p>
+<p>${HTML(c.paginator.pager('~2~'))}</p>
 
 </body>
 </html>