Bugzilla – Attachment 46947 Details for
Bug 14613
Send cart window is too small in staff and hides 'send' button
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 14613 Send cart window is too small in staff and hides 'send' button
PASSED-QA-Bug-14613-Send-cart-window-is-too-small-.patch (text/plain), 1.32 KB, created by
Katrin Fischer
on 2016-01-19 22:06:00 UTC
(
hide
)
Description:
[PASSED QA] Bug 14613 Send cart window is too small in staff and hides 'send' button
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-01-19 22:06:00 UTC
Size:
1.32 KB
patch
obsolete
>From ed4977456aff7333ae5e976041332f75a9451376 Mon Sep 17 00:00:00 2001 >From: Chloe <chloealabaster@gmail.com> >Date: Mon, 18 Jan 2016 22:31:19 +0000 >Subject: [PATCH] [PASSED QA] Bug 14613 Send cart window is too small in staff > and hides 'send' button > >To Test: Add an item to cart click "cart" click "send" >confirm that the send window is larger and the send button is >visible > >NOTE: Remember to clear cache to refresh javascripts. > This is much more visible if you zoom in 10% or more. > This is larger, but more of a stop gap if you've got a large zoom. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/js/basket.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/basket.js b/koha-tmpl/intranet-tmpl/prog/en/js/basket.js >index 1c9e0a1..3e5676c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/basket.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/basket.js >@@ -337,7 +337,7 @@ function sendBasket() { > > var loc = CGIBIN + "basket/sendbasket.pl?" + strCookie; > >- var optWin="scrollbars=no,resizable=no,height=300,width=450,top=50,left=100"; >+ var optWin="scrollbars=no,resizable=no,height=400,width=650,top=50,left=100"; > var win_form = open(loc,"win_form",optWin); > } > >-- >1.9.1
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 14613
:
46829
|
46921
| 46947