From ef75af5285523d2a59390c2ec56fd9eff9d27d68 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 26 Mar 2021 12:05:44 +0000 Subject: [PATCH] Bug 28042: Button corrections in OAI set mappings template This patch makes minor markup changes in the OAI set mappings template so that the "Add" button looks consistent with other buttons in the table. Also changed: Removed unnecessary inline style attributes. To test, apply the patch and go to Administration -> OAI sets configuration - If necessary, create an OAI set. - Click the "Actions" button and choose "Define mappings." - In the table of form fields, confirm that the "Add" button is styled similarly to the "Delete" button. - Confirm that the "Add" button works as expected. Signed-off-by: Amit Gupta Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart (cherry picked from commit 0053cc6c3e5a8a5791f96fbcd61a29f92d36fc61) Signed-off-by: Fridolin Somers --- .../prog/en/modules/admin/oai_set_mappings.tt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt index 758d4dc940..59166299cc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt @@ -59,7 +59,7 @@ - + - + [% IF ( loop.last ) %] - + [% END %] @@ -95,13 +95,15 @@ - + - + + + [% END %] -- 2.39.2