Bugzilla – Attachment 116528 Details for
Bug 27605
Add floating toolbar to patron search page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27605: (follow-up) Make the feature work with Bug 27403
Bug-27605-follow-up-Make-the-feature-work-with-Bug.patch (text/plain), 1.33 KB, created by
Owen Leonard
on 2021-02-08 21:49:33 UTC
(
hide
)
Description:
Bug 27605: (follow-up) Make the feature work with Bug 27403
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-02-08 21:49:33 UTC
Size:
1.33 KB
patch
obsolete
>From bf50dd977c3a44370992b3ad60316c70580dc9fb Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 8 Feb 2021 21:47:59 +0000 >Subject: [PATCH] Bug 27605: (follow-up) Make the feature work with Bug 27403 > >This patch adds the "fh-fixedHeader" class to the floating toolbar so >that the floating DataTable header knows what element to append itself >to. >--- > 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 c99294292e..2ab9c823a2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -48,7 +48,7 @@ > <div id="searchresults"> > <h3>Patrons found for: <span id="searchpattern">[% IF searchmember %] for '[% searchmember | html %]'[% END %]</span></h3> > [% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %] >- <div class="searchheader" id="searchheader"> >+ <div class="searchheader fh-fixedHeader" id="searchheader"> > <div> > <a href="#" id="select_all"><i class="fa fa-check"></i> Select all</a> > | >-- >2.11.0
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 27605
:
116283
|
116289
|
116446
| 116528