From 83a20b861cb4686d4210f8829df655b4e8397df3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 2 Dec 2019 15:14:33 +0000 Subject: [PATCH] Bug 24124: Fix authorities selection in batch deletion tool in Chrome This patch adds some inline CSS to force clearing on some elements in the forms for batch record modification and deletion. The problem with selecting the "Authorities" radio button stemmed from the fact that non-clearing floats caused elements to invisibly overlap in the form. To test, apply the patch and test both batch record modification and batch record deletion. Upon selecting the "Authorities" radio button in each case the "Select a list of records" tab should disappear. Selecting the "Biblios" option should re-display the tab. Signed-off-by: Lucas Gass Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt | 4 +--- .../intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt index 232cfab014..4e1beada06 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt @@ -65,9 +65,7 @@ -

- -
+
  • Upload a file
  • [% IF lists.count %]
  • Select a list of records
  • [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index 53762988eb..95d8919871 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -71,7 +71,7 @@

    -
    +