aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/linklist.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-02-27 23:21:11 +0100
committerArthurHoaro <arthur@hoa.ro>2016-08-07 12:17:36 +0200
commit4d7cd1b0e2ff3c4ac5df03774640164f681b5e96 (patch)
tree28f8dd493c0d338a8eb8e0446d0c83288dac50ab /tpl/default/linklist.html
parentd63f7cf5b8a25bba0de8ee11202edda3ca062eb4 (diff)
downloadShaarli-4d7cd1b0e2ff3c4ac5df03774640164f681b5e96.tar.gz
Shaarli-4d7cd1b0e2ff3c4ac5df03774640164f681b5e96.tar.zst
Shaarli-4d7cd1b0e2ff3c4ac5df03774640164f681b5e96.zip
Linklist paging
Diffstat (limited to 'tpl/default/linklist.html')
-rw-r--r--tpl/default/linklist.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html
index 48de2e54..c42245e4 100644
--- a/tpl/default/linklist.html
+++ b/tpl/default/linklist.html
@@ -6,12 +6,9 @@
6<body> 6<body>
7{include="page.header"} 7{include="page.header"}
8 8
9<div id="headerform" class="search">
10
11 <!--{loop="$plugins_header.fields_toolbar"} 9 <!--{loop="$plugins_header.fields_toolbar"}
12 {$value} 10 {$value}
13 {/loop}--> 11 {/loop}-->
14</div>
15 12
16<div id="linklist"> 13<div id="linklist">
17 14
@@ -19,7 +16,7 @@
19 16
20 <div id="plugin_zone_start_linklist" class="plugin_zone"> 17 <div id="plugin_zone_start_linklist" class="plugin_zone">
21 {loop="$plugin_start_zone"} 18 {loop="$plugin_start_zone"}
22 {$value} 19 {$value}
23 {/loop} 20 {/loop}
24 </div> 21 </div>
25 22