Bugzilla – Attachment 46829 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]
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
Bug-14613-Send-cart-window-is-too-small-in-staff-a.patch (text/plain), 1.03 KB, created by
Chloe Alabaster
on 2016-01-18 22:39:04 UTC
(
hide
)
Description:
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
Filename:
MIME Type:
Creator:
Chloe Alabaster
Created:
2016-01-18 22:39:04 UTC
Size:
1.03 KB
patch
obsolete
>From f039cc456b4660a4ffb29321406ff5e3e9ee4fab Mon Sep 17 00:00:00 2001 >From: Chloe <chloealabaster@gmail.com> >Date: Mon, 18 Jan 2016 22:31:19 +0000 >Subject: [PATCH] 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 > >--- > 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.7.10.4
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