From 721c7d86e891a9107c4a35304ee3b84add9ffa4e 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 Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- 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 52f2efca5a..d7428efc73 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.39.2