Bugzilla – Attachment 112440 Details for
Bug 26800
Remove the use of jquery.checkboxes plugin from checkout page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26800: Remove the use of jquery.checkboxes plugin from checkout page
Bug-26800-Remove-the-use-of-jquerycheckboxes-plugi.patch (text/plain), 2.42 KB, created by
Katrin Fischer
on 2020-10-25 01:19:50 UTC
(
hide
)
Description:
Bug 26800: Remove the use of jquery.checkboxes plugin from checkout page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-10-25 01:19:50 UTC
Size:
2.42 KB
patch
obsolete
>From 5fb10b4aa6c7d0fc827602c434bf383ee54fdc8d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 23 Oct 2020 14:42:35 +0000 >Subject: [PATCH] Bug 26800: Remove the use of jquery.checkboxes plugin from > checkout page > >This patch removes inclusion of the jquery.checkboxes plugin from the >patron checkout page (circulation.tt). The plugin is unused. > >To test, apply the patch and check out to a patron with checkouts. > >- Open the checkouts tab and click "Show checkouts" if necessary. >- In the table of checkouts, confirm that the "select all" and "none" > links in the "Renew" and "Check in" column headers work correctly. > >Signed-off-by: Lisette Scheer <lisettes@latahlibrary.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 1 - > 2 files changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >index 1efa03b568..fb824ebf1d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >@@ -6,7 +6,7 @@ > <a id="issues-table-load-now-button" href="#" class="btn btn-default"><i class="fa fa-book"></i> Show checkouts</a> > </p> > </div> >- <form name="issues" action="/cgi-bin/koha/tools/export.pl" method="post" class="checkboxed"> >+ <form name="issues" action="/cgi-bin/koha/tools/export.pl" method="post"> > <table id="issues-table" style="width: 100% !Important;"> > <thead> > <tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 056d40519d..aaccb2f045 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -1070,7 +1070,6 @@ > [% INCLUDE 'calendar.inc' %] > [% INCLUDE 'datatables.inc' %] > [% INCLUDE 'columns_settings.inc' %] >- [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] > [% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %] > [% INCLUDE 'timepicker.inc' %] > [% Asset.js("lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js") | $raw %] >-- >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 26800
:
112294
|
112396
| 112440