From ba0fd80732acbff0fcda57a0b31e4edfaa337001 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 1 Dec 2016 11:38:21 +0100 Subject: Improve theme dependent plugin placeholders: - buttons_toolbar: now expect links represented by an array instead of HTML content - fields_toolbar: now expect a form represented by an array instead of HTML content - action_plugin: now expect links represented by an array instead of HTML content Default templates updated accordingly mprove theme dependent plugin placeholders: --- tpl/linklist.paging.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tpl/linklist.paging.html') diff --git a/tpl/linklist.paging.html b/tpl/linklist.paging.html index e91c8f86..86019c01 100644 --- a/tpl/linklist.paging.html +++ b/tpl/linklist.paging.html @@ -13,7 +13,14 @@ {/if} {loop="$action_plugin"} - {$value} + {/loop}
Links per page: 20 50 100 -- cgit v1.2.3