diff options
Diffstat (limited to 'tpl/default/linklist.paging.html')
-rw-r--r-- | tpl/default/linklist.paging.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html index bc1591e4..d8c1e76e 100644 --- a/tpl/default/linklist.paging.html +++ b/tpl/default/linklist.paging.html | |||
@@ -10,7 +10,7 @@ | |||
10 | class={if="$privateonly"}"filter-on"{else}"filter-off"{/if} | 10 | class={if="$privateonly"}"filter-on"{else}"filter-off"{/if} |
11 | ><i class="fa fa-key"></i></a> | 11 | ><i class="fa fa-key"></i></a> |
12 | {/if} | 12 | {/if} |
13 | <a href="#" class="filter-off fold-all" title="Fold all"> | 13 | <a href="#" class="filter-off fold-all pure-u-lg-0" title="Fold all"> |
14 | <i class="fa fa-chevron-up"></i> | 14 | <i class="fa fa-chevron-up"></i> |
15 | </a> | 15 | </a> |
16 | {loop="$action_plugin"} | 16 | {loop="$action_plugin"} |
@@ -50,6 +50,9 @@ | |||
50 | <form method="GET" class="pure-u-0 pure-u-lg-visible"> | 50 | <form method="GET" class="pure-u-0 pure-u-lg-visible"> |
51 | <input type="text" name="linksperpage" placeholder="133"> | 51 | <input type="text" name="linksperpage" placeholder="133"> |
52 | </form> | 52 | </form> |
53 | <a href="#" class="filter-off fold-all pure-u-0 pure-u-lg-visible" title="Fold all"> | ||
54 | <i class="fa fa-chevron-up"></i> | ||
55 | </a> | ||
53 | </div> | 56 | </div> |
54 | </div> | 57 | </div> |
55 | </div> \ No newline at end of file | 58 | </div> \ No newline at end of file |