From e5b28726429a166ca22306d09c2744367252d849 Mon Sep 17 00:00:00 2001 From: Michael Hafen Date: Wed, 5 Jul 2023 11:17:09 -0600 Subject: [PATCH] Bug 34209: Follow up on Bug 28726 - move whole 'select all ...' header into condition Move the whole search header div into the checkbox column condition, so that other patron search popups don't have an empty div. To test: * Activate the ERM module * Create a new agreement * Search for a user using the pop-up search * Verify there is an empty div showing as grey box above the table * Go to tools > label creator > new batch * Search for patrons * Verify the box isn't empty and shows the select all ... options * Apply patch * Repeat steps, verify the empty div is gone and the options remain Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tt index 67f056ddb8..fe854bd58e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tt @@ -21,18 +21,18 @@
+ [% IF columns.grep('checkbox').size %] + [% END %] [% PROCESS patron_search_table table_id => 'memberresultst' columns => columns %]
-- 2.30.2