From 3ca3df4828683f7ffd6d0c1b7f13754be1508ffb 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 Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson (cherry picked from commit 6f102abcb1878f39a03d72141c512cb84602aaa7) Signed-off-by: Lucas Gass --- .../prog/en/modules/tools/batch_delete_records.tt | 4 +--- .../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 50040559ce..7a8eb0d3ec 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 @@

    -
    +