From 273cf5dff7e9f74c28d461b8a07de9aa7dc7667a Mon Sep 17 00:00:00 2001 From: Nick Clemens <nick@bywatersolutions.com> 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 <phil@chetcolibrary.org> --- 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 60947807a7..4418f88548 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 @@ </table> <fieldset class="action"> - <input type="submit" class="cancel" name="submit" value="Cancel marked holds" /> + <input type="submit" class="btn btn-primary cancel" name="submit" value="Cancel marked holds" /> [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] [% IF hold_cancellation.count %] -- 2.47.1