@@ -, +, @@ - Go to Administration -> OAI sets configuration. - Click the "New set" button and verify that the "Add description" link uses a Font Awesome icon. - Confirm that the "Add description" link works correctly. - After adding a description, verify that the "Remove" link looks correct and works correctly. - From the list of OAI sets choose "Define mappings" from the "Actions" menu. - Confirm that the "Delete" button is styled correctly and works correctly. --- .../intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt @@ -95,7 +95,7 @@ function hideDialogBox() { OR [% END %] - Delete + [% END %] [% ELSE %] @@ -108,7 +108,7 @@ function hideDialogBox() { - Delete + [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt @@ -7,7 +7,7 @@ function newDescField() { $("#adddescription").before( '
  • ' + '' + - 'Remove' + + ' Remove' + '
  • ' ); } @@ -67,10 +67,10 @@ $(document).ready(function() {
  • - Remove + Remove
  • [% END %] -
  •  Add description
  • +
  •   Add description
  • @@ -116,9 +116,9 @@ $(document).ready(function() { Actions --