From adc4aee80f7cd3242f65f0b316af2b560a64712c Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Wed, 7 Dec 2016 11:58:25 +0100 Subject: Change templates set through administration UI --- tpl/default/linklist.paging.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tpl/default/linklist.paging.html (limited to 'tpl/default/linklist.paging.html') diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html new file mode 100644 index 00000000..86019c01 --- /dev/null +++ b/tpl/default/linklist.paging.html @@ -0,0 +1,32 @@ +
+{if="isLoggedIn()"} + +{/if} + {loop="$action_plugin"} + + {/loop} +
+ Links per page: 20 50 100 +
+
+ {if="$previous_page_url"} ◄Older {/if} +
page {$page_current} / {$page_max}
+ {if="$next_page_url"} Newer► {/if} +
-- cgit v1.2.3