Bugzilla – Attachment 79336 Details for
Bug 21353
Merge patrons option only available with manage_patron_lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21353: (follow-up) same check for select/clear all links
Bug-21353-follow-up-same-check-for-selectclear-all.patch (text/plain), 1.56 KB, created by
Katrin Fischer
on 2018-09-24 19:05:40 UTC
(
hide
)
Description:
Bug 21353: (follow-up) same check for select/clear all links
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-09-24 19:05:40 UTC
Size:
1.56 KB
patch
obsolete
>From 43df39e2d2828435e97d0b6ea06321a089a905c7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sun, 16 Sep 2018 10:41:49 -0700 >Subject: [PATCH] Bug 21353: (follow-up) same check for select/clear all links >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index 98d5d65..c4e2fde 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -52,10 +52,10 @@ > [% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %] > <div id="searchheader"> > <div> >- [% IF CAN_user_tools_manage_patron_lists %] > <a href="#" id="select_all"><i class="fa fa-check"></i> Select all</a> > | > <a href="#" id="clear_all"><i class="fa fa-remove"></i> Clear all</a> >+ [% IF CAN_user_tools_manage_patron_lists %] > | > <span> > <label for="add_to_patron_list">Add selected patrons to:</label> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21353
:
78872
|
78957
|
78971
|
78972
|
79335
| 79336