diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-08-13 13:13:26 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-08-13 13:13:26 +0200 |
commit | fc574e64544db2f7b56443a827e17d58c7561804 (patch) | |
tree | 078bc249cf72cadc447b4f30faf2183663cfa696 /tpl/default/linklist.paging.html | |
parent | 83eab29ef8e08948dcc3574c3b463c5af91eb53a (diff) | |
download | Shaarli-fc574e64544db2f7b56443a827e17d58c7561804.tar.gz Shaarli-fc574e64544db2f7b56443a827e17d58c7561804.tar.zst Shaarli-fc574e64544db2f7b56443a827e17d58c7561804.zip |
Add a button to toggle all checkboxes of displayed links
Related to #1160
Diffstat (limited to 'tpl/default/linklist.paging.html')
-rw-r--r-- | tpl/default/linklist.paging.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html index 5309e348..fe665a84 100644 --- a/tpl/default/linklist.paging.html +++ b/tpl/default/linklist.paging.html | |||
@@ -16,6 +16,9 @@ | |||
16 | <a href="?untaggedonly" title="{'Filter untagged links'|t}" | 16 | <a href="?untaggedonly" title="{'Filter untagged links'|t}" |
17 | class={if="$untaggedonly"}"filter-on"{else}"filter-off"{/if} | 17 | class={if="$untaggedonly"}"filter-on"{else}"filter-off"{/if} |
18 | ><i class="fa fa-tag"></i></a> | 18 | ><i class="fa fa-tag"></i></a> |
19 | <a href="#" title="{'Select all'|t}" | ||
20 | class="filter-off select-all-button" | ||
21 | ><i class="fa fa-check-square-o"></i></a> | ||
19 | <a href="#" class="filter-off fold-all pure-u-lg-0" title="{'Fold all'|t}"> | 22 | <a href="#" class="filter-off fold-all pure-u-lg-0" title="{'Fold all'|t}"> |
20 | <i class="fa fa-chevron-up"></i> | 23 | <i class="fa fa-chevron-up"></i> |
21 | </a> | 24 | </a> |