]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/templates/rodelbahn_list.html
rodelbahn_list is rendered now.
[philipp/winterrodeln/wradmin.git] / wradmin / templates / rodelbahn_list.html
index bb733606c9ca5cd5353f0f800c15279f0295b702..6bb762f6c45a698e139b6f300a1fbffc74d51039 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>
 
 <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>${c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last', controller='rodelbahn', action='list')}</p>
+<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>
 
 <table>
     <tr>
 
 <table>
     <tr>
@@ -65,7 +65,7 @@
     </tr>
 </table>
 
     </tr>
 </table>
 
-<p>${c.paginator.pager('~2~', controller='rodelbahn', action='list')}</p>
+<p>${HTML(c.paginator.pager('~2~', url=h.url(controller='rodelbahn', action='list')+'?page=$page'))}</p>
 
 </body>
 </html>
 
 </body>
 </html>