From df43f78ac956c7b88a2d06d2cbaca3f0ad8c113e Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 21 Feb 2025 21:49:06 +0000 Subject: [PATCH] Bug 39186: Update styling of Cancel marked holds button This patch adds btn and btn-primary classes To test: 1 - Place a hold for a patron 2 - View the patron's record in staff interface 3 - CLick the holds tab 4 - Note 'Cancel marked holds' is gray, other buttons are yellow 5 - Apply patch 6 - Reload, button is yellow Signed-off-by: Phil Ringnalda Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc index 60947807a74..4418f88548d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc @@ -165,7 +165,7 @@
- + [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] [% IF hold_cancellation.count %] -- 2.48.1