Bugzilla – Attachment 102176 Details for
Bug 25004
Search results place hold button not enabled when checking result checkboxes on opac-search.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25004: Search results place hold button not enabled when checking result checkboxes on opac-search.pl
Bug-25004-Search-results-place-hold-button-not-ena.patch (text/plain), 1.58 KB, created by
David Nind
on 2020-04-01 08:44:30 UTC
(
hide
)
Description:
Bug 25004: Search results place hold button not enabled when checking result checkboxes on opac-search.pl
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-04-01 08:44:30 UTC
Size:
1.58 KB
patch
obsolete
>From 898553027bac5e7f5569763d43497a2900fcafbb Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 31 Mar 2020 14:54:41 +0000 >Subject: [PATCH] Bug 25004: Search results place hold button not enabled when > checking result checkboxes on opac-search.pl > >This patch makes a minor correction to the markup of the OPAC search >results page so that the event handlers attached to the checkboxes work >correctly. The broken markup broke the jQuery selector used to control >the event. > >An extra </div> was added by mistake by Bug 14715. > >To test, apply the patch and test the process of selecting multiple >titles by checking the checkbox. Doing so should activate the "Place >hold" and "Tag" controls. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >index 66912e6a44..c0212c4e80 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >@@ -185,7 +185,6 @@ > <input type="submit" class="btn btn-sm clearfix" id="sortsubmit" value="Go" /> > </div> > [% END %] >- </div> > </div> <!-- / #toolbar --> > > <div id="selections-toolbar" class="toolbar noprint"> >-- >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 25004
:
102008
|
102145
|
102176
|
102212