From 09254668195426d6c98d190a94c2b101839f0548 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. --- .../intranet-tmpl/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.11.0