Bugzilla – Attachment 108154 Details for
Bug 26008
Remove the use of jquery.checkboxes plugin from OPAC cart
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
(follow-up) Removed checkboxed class
0002-Bug-26008-follow-up-Removed-checkboxed-class.patch (text/plain), 1.95 KB, created by
Owen Leonard
on 2020-08-12 18:27:22 UTC
(
hide
)
Description:
(follow-up) Removed checkboxed class
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-08-12 18:27:22 UTC
Size:
1.95 KB
patch
obsolete
>From 56b793cad87ca30b92ef3c858dece98ef462ea31 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 12 Aug 2020 17:58:35 +0000 >Subject: [PATCH 2/2] Bug 26008: (follow-up) Removed checkboxed class > >This patch removes the "checkboxed" class which was previously >associated with the jquery.checkboxes plugin and is now obsolete. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >index d7563ff176..9ce442dfa8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >@@ -81,7 +81,7 @@ > </div> <!-- /#floating --> > > [% IF ( verbose ) %] >- <form action="opac-basket.pl" method="get" name="bookbag_form" id="bookbag_form" class="checkboxed"> >+ <form action="opac-basket.pl" method="get" name="bookbag_form" id="bookbag_form"> > [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] > <h2> > <input type="checkbox" class="cb" value="[% BIBLIO_RESULT.biblionumber | html %]" name="bib[% BIBLIO_RESULT.biblionumber | html %]" id="bib[% BIBLIO_RESULT.biblionumber | html %]"> >@@ -256,7 +256,7 @@ > > [% ELSE %] > >- <form action="/cgi-bin/koha/opac-basket.pl" method="get" name="bookbag_form" id="bookbag_form" class="checkboxed"> >+ <form action="/cgi-bin/koha/opac-basket.pl" method="get" name="bookbag_form" id="bookbag_form"> > <table id="itemst" class="table table-bordered table-striped"> > <thead> > <tr> >-- >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 26008
:
107024
|
107648
|
108020
| 108154