From b83828e3315ca366a076a3ea4084b214dc5873d1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 20 Oct 2020 11:58:49 +0000 Subject: [PATCH] Bug 26749: Correct dropdown markup in OPAC cart This patch corrects the markup of the "Download" dropdown menu in the OPAc cart. It was not updated during the upgrade to Bootstrap 4. To test, apply the patch and perform a catalog search in the OPAC. - Add some titles to the cart. - Open the cart and test the "Download" menu button. - The menu should display correctly, and the menu items should work to download the correct files. Signed-off-by: Lucas Gass --- .../opac-tmpl/bootstrap/en/modules/opac-basket.tt | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt index e81d2b0cd5..c3c12ee36f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt @@ -29,18 +29,16 @@ [% END %] Empty and close -- 2.11.0