Bugzilla – Attachment 96216 Details for
Bug 24212
OPAC send list dialog opens too small in IE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24212: Increase size of OPAC 'send list' dialog box for IE
Bug-24212-Increase-size-of-OPAC-send-list-dialog-b.patch (text/plain), 2.58 KB, created by
Owen Leonard
on 2019-12-12 12:55:01 UTC
(
hide
)
Description:
Bug 24212: Increase size of OPAC 'send list' dialog box for IE
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-12-12 12:55:01 UTC
Size:
2.58 KB
patch
obsolete
>From e6610a62e60fa081a03a7b0d7717755caf511986 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >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 <oleonard@myacpl.org> >--- > 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 d96c4a36849..907a251bdb7 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 @@ > <a href="/cgi-bin/koha/opac-downloadshelf.pl?shelfnumber=[% shelf.shelfnumber | uri %]" class="btn btn-link download" data-toggle="modal" data-target="#modalWin"><i class="fa fa-fw fa-download"></i> Download list</a> > > [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] >- <span class="sendlist"><a href="/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelf.shelfnumber | uri %]" class="btn btn-link send" onclick="open('/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelf.shelfnumber | html %]','win_form','scrollbars=no,resizable=no,height=300,width=450,top=50,left=100'); return false; "><i class="fa fa-fw fa-envelope"></i> Send list</a></span> >+ <span class="sendlist"><a href="/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelf.shelfnumber | uri %]" class="btn btn-link send" onclick="open('/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelf.shelfnumber | html %]','win_form','scrollbars=yes,resizable=yes,height=400,width=500,top=50,left=100'); return false; "><i class="fa fa-fw fa-envelope"></i> Send list</a></span> > [% END %] > > <a class="btn btn-link print-small" target="_blank" href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=[% shelf.shelfnumber | html %]&sortfield=[% sortfield | html %]&direction=[% direction | uri %]&print=1"><i class="fa fa-fw fa-print"></i> Print list</a> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24212
:
96175
|
96176
|
96212
|
96216
|
96583