From 068b00764eba1ea72647905417495db2b63f5a35 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 11 Dec 2019 05:07:31 +0000 Subject: [PATCH] Bug 24212: Increase size of OPAC 'send list' dialog box for IE To test: 1) Create a list and view it in the OPAC (ensure you are using Internet Explorer as a browser) 2) Click Send list 3) Notice the dialog box cuts off the content in the window 4) Close the popup, apply the patch 5) Click Send list again 6) Confirm the dialog box shows the entire window 7) Confirm the box is resizable and has scrollbars Sponsored-by: Toi Ohomai Institute of Technology --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt index d96c4a3..907a251b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -166,7 +166,7 @@ Download list [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] - Send list + Send list [% END %] Print list -- 2.1.4