From cbb8e334ea8a622584a4903f73769a9a97e569d9 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 --- .../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 758d4dc..5916629 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.7.4