From ca75b9b20cfc1e5156d5de6eec5f5b653cd0b451 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 9 Feb 2023 21:50:25 +0100 Subject: [PATCH] Bug 32757: Make 'Save changes' button on housebound details yellow This changes the button to btn-primary to make it appear yellow. To test: * Enable HouseboundModule * Search for any patron * Go to their patron account * Switch to Housebound tab * Edit details * Verify 'Save changes' is not yellow * Apply patch * Verify the button has changed Signed-off-by: Matt Blenkinsop Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt index 338209d4cf..eef273ce55 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt @@ -236,7 +236,7 @@
- + Cancel -- 2.30.2