diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 13:28:43 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 14:29:57 +0100 |
commit | bdf4566ab0650204c4586033a73a3858ddf279fd (patch) | |
tree | 766563b5d1c56b64f033c69d6bdf227435795163 /tpl/default/linklist.paging.html | |
parent | c8f0a06d801d1e6405f5d86b45ba5967a6569c8c (diff) | |
download | Shaarli-bdf4566ab0650204c4586033a73a3858ddf279fd.tar.gz Shaarli-bdf4566ab0650204c4586033a73a3858ddf279fd.tar.zst Shaarli-bdf4566ab0650204c4586033a73a3858ddf279fd.zip |
Use new header plugin placeholders
Diffstat (limited to 'tpl/default/linklist.paging.html')
-rw-r--r-- | tpl/default/linklist.paging.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html index 4dbfb324..5e9c8486 100644 --- a/tpl/default/linklist.paging.html +++ b/tpl/default/linklist.paging.html | |||
@@ -14,14 +14,16 @@ | |||
14 | ><i class="fa fa-key"></i></a> | 14 | ><i class="fa fa-key"></i></a> |
15 | {/if} | 15 | {/if} |
16 | {loop="$action_plugin"} | 16 | {loop="$action_plugin"} |
17 | <!-- FIXME! Plugin update to handle that. --> | 17 | {$value.class=isset($value.class) ? $value.class : ''} |
18 | <a href="?privateonly" title="{$value.title}" class= | 18 | {$value.class=!empty($value.on) ? $value.class .' filter-on' : $value.class .' filter-off'} |
19 | {if="$value.on"} | 19 | <a |
20 | "filter-on" | 20 | {loop="$value"} |
21 | {else} | 21 | {if="$key!='html'"} |
22 | "filter-off" | 22 | {$key}="{$value}" |
23 | {/if} | 23 | {/if} |
24 | >{$value.url}</a> | 24 | {/loop}> |
25 | {$value.html} | ||
26 | </a> | ||
25 | {/loop} | 27 | {/loop} |
26 | {/if} | 28 | {/if} |
27 | </div> | 29 | </div> |