From 5b960c4e4145f8fa46721ceecc70a843a49a8137 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 18 Nov 2021 19:17:48 +0000 Subject: [PATCH] Bug 29521: Fix style of patron clubs table when in clubs management This patch follows up Bug 24627 to add some additional template logic to the table of clubs so that the interface is consistent whether you're looking at clubs during the holds process or during the clubs management view. The ways Bug 24627 made the clubs list more consistent with patron search results made it LESS consistent with the Clubs management interface. To test, apply the patch and go to Tools -> Patron clubs. - Scroll down to the "Clubs" table, below the "Club templates" table. - In the table of clubs, the club name should not be a link. - Hovering your mouse over the table should not highlight each row. Confirm the previous behavior of a clubs search when placing a hold: - Search the catalog and start the process of placing a hold on an item. - On the "Place hold" page, click the "Clubs" tab and perform a search which will return multiple clubs. - In this view, the club name should be a link. Clicking it should select that club for the hold. - You should also be able to click anywhere in the row to select the club for the hold. Signed-off-by: Andreas Roussos Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc index 233ccf3d04..99d1d861e8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc @@ -1,4 +1,8 @@ - +[% IF destination == 'holds' %] +
+[% ELSE %] +
+[% END %] @@ -26,10 +30,11 @@ [% SET data_url = "/cgi-bin/koha/reserve/request.pl?club=" _ c.id _ "&biblionumber=" _ biblionumber %] [% END %] + [% ELSE %] + [% END %] - [% UNLESS destination == 'holds' %] -- 2.11.0
Name
[% c.name | html %]
[% c.name | html %][% c.name | html %] [% c.club_template.name | html %] [% c.description | html %]