diff options
author | Arthur <arthur@hoa.ro> | 2016-12-12 03:07:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 03:07:13 +0100 |
commit | a0d079141eb155c263ebfaa1aad2629382223e31 (patch) | |
tree | e72090d95310391fdbe155906eab050764a95c47 /tpl/linklist.paging.html | |
parent | bea80e43a3714663b0c32879f7bdf4fd19161b2e (diff) | |
parent | ba0fd80732acbff0fcda57a0b31e4edfaa337001 (diff) | |
download | Shaarli-a0d079141eb155c263ebfaa1aad2629382223e31.tar.gz Shaarli-a0d079141eb155c263ebfaa1aad2629382223e31.tar.zst Shaarli-a0d079141eb155c263ebfaa1aad2629382223e31.zip |
Merge pull request #679 from ArthurHoaro/plugins/header
Improve theme dependent plugin placeholders:
Diffstat (limited to 'tpl/linklist.paging.html')
-rw-r--r-- | tpl/linklist.paging.html | 9 |
1 files changed, 8 insertions, 1 deletions
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 @@ | |||
13 | </div> | 13 | </div> |
14 | {/if} | 14 | {/if} |
15 | {loop="$action_plugin"} | 15 | {loop="$action_plugin"} |
16 | {$value} | 16 | <div class="paging_privatelinks"> |
17 | <a | ||
18 | {loop="$value.attr"} | ||
19 | {$key}="{$value}" | ||
20 | {/loop}> | ||
21 | {$value.html} | ||
22 | </a> | ||
23 | </div> | ||
17 | {/loop} | 24 | {/loop} |
18 | <div class="paging_linksperpage"> | 25 | <div class="paging_linksperpage"> |
19 | Links per page: <a href="?linksperpage=20">20</a> <a href="?linksperpage=50">50</a> <a href="?linksperpage=100">100</a> | 26 | Links per page: <a href="?linksperpage=20">20</a> <a href="?linksperpage=50">50</a> <a href="?linksperpage=100">100</a> |