From ef59894e881760457b67bff6b1b4f4229c3ca712 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 1 Apr 2022 20:04:47 +0000 Subject: [PATCH] Bug 30438: Add select all/clear all buttons to invoices.tt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1. Apply patch 2. Have a bunch of invoices, some open and some closed. 3. Go to Home > Acquisitions > Invoices and do a search that will return you many of those invoices, some open and some closed. 4. Notice the 'Select all' and 'Clear all' buttons. 5. Try clicking 'Select all' on the Open invoices tab. All Open invoices should become checked. 6. Try clicking 'Clear all' on the Open invoices tab. All open invoices should become unchecked. 7. Try 5 - 6 again but on the Closed invoices tab. Signed-off-by: Séverine QUEUNE --- .../prog/en/modules/acqui/invoices.tt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt index 3809d071f7..a120a41664 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -48,6 +48,8 @@ + +

Select all | Clear all

@@ -371,6 +373,21 @@ [% INCLUDE 'calendar.inc' %]