From af290059d10319e76d1e7d78b592cab99c26d91a Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Fri, 22 May 2020 11:02:56 +0200 Subject: Process session filters through Slim controllers Including: - visibility - links per page - untagged only --- tpl/default/linklist.paging.html | 16 ++++++++-------- tpl/vintage/linklist.paging.html | 11 ++++++++--- 2 files changed, 16 insertions(+), 11 deletions(-) (limited to 'tpl') diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html index 68947f92..2b601725 100644 --- a/tpl/default/linklist.paging.html +++ b/tpl/default/linklist.paging.html @@ -6,14 +6,14 @@ {'Filters'|t} {if="$is_logged_in"} - - {/if} -
{'Links per page'|t}
-
20 - 50 - 100 -
- + 20 + 50 + 100 + +
diff --git a/tpl/vintage/linklist.paging.html b/tpl/vintage/linklist.paging.html index 35149a6b..797104dc 100644 --- a/tpl/vintage/linklist.paging.html +++ b/tpl/vintage/linklist.paging.html @@ -1,7 +1,7 @@
{if="$is_logged_in"} {/loop}
- Links per page: 20 50 100 -
+ Links per page: + 20 + 50 + 100 +
+ +
{if="$previous_page_url"} ◄Older {/if}
page {$page_current} / {$page_max}
-- cgit v1.2.3