From de07aad18fb35dcef1e222d1d453d8c4dd6f355d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luce=20Carevi=C4=87?= Date: Sat, 2 Mar 2019 13:32:36 +0100 Subject: fix empty links and hide for screenreaders --- tpl/default/linklist.paging.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'tpl/default/linklist.paging.html') diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html index fe665a84..4e50495a 100644 --- a/tpl/default/linklist.paging.html +++ b/tpl/default/linklist.paging.html @@ -6,21 +6,21 @@ {'Filters'|t} {if="$is_logged_in"} - - + + > {/if} - - + - - + > + + {loop="$action_plugin"} {$value.attr.class=isset($value.attr.class) ? $value.attr.class : ''} @@ -59,8 +59,8 @@
- - + + -- cgit v1.2.3 From 51c5de1105f70769b48522408a8ac97ac8c634d4 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 22 Apr 2019 12:39:15 +0200 Subject: Hide select all button on mobile view Bulk actions are not available on mobile view yet --- tpl/default/linklist.paging.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/default/linklist.paging.html') diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html index 4e50495a..68947f92 100644 --- a/tpl/default/linklist.paging.html +++ b/tpl/default/linklist.paging.html @@ -17,7 +17,7 @@ class={if="$untaggedonly"}"filter-on"{else}"filter-off"{/if} > -- cgit v1.2.3