From 45f46884d5b21546f3b969296bb314e2656addc7 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 --- 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 5e9f40d3f2..6316088596 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.11.0