From 2fb0bff3f0a9e09101719e4a92a1eac66f6cc067 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Thu, 7 Aug 2025 13:00:49 +0000 Subject: [PATCH] Bug 40609: Improve button visibility in Identity providers Content-Type: text/plain; charset=utf-8 To test: 1. Go to Administration > Additional Parameters > Identity providers 2. Click on +New identity provider 3. Notice that the "Add default OAuth configuration" and "Add default OAuth mapping" buttons are not too visible. They just look like text unless they are hovered on. 4. Apply the patch, restart all 5. Refresh the page and view the buttons again. The button visibility has improved. 6. Sign off and have a nice day! Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy --- .../intranet-tmpl/prog/en/modules/admin/identity_providers.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt index a02a3e300f..04a60ac4c7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt @@ -128,7 +128,7 @@
It is recommended to add the default configuration, and then replace with appropriate values
- +
  • @@ -146,7 +146,7 @@
    If you plan to use auto register feature, either userid or cardnumber must be present in this mapping
    - +
  • -- 2.39.5