From a46ff59ed4972112f773bf8bacf37ffa21d15eeb 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 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..afa4ff9 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