Bugzilla – Attachment 48733 Details for
Bug 10347
Deactivate "Add item" button when "Add multiple copies" was activated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10347 [Follow-up] Scroll down clicking on the "Add multiple copies" button
Bug-10347-Follow-up-Scroll-down-clicking-on-the-Ad.patch (text/plain), 1.03 KB, created by
Jonathan Druart
on 2016-03-07 10:35:26 UTC
(
hide
)
Description:
Bug 10347 [Follow-up] Scroll down clicking on the "Add multiple copies" button
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-07 10:35:26 UTC
Size:
1.03 KB
patch
obsolete
>From 7da2950d9db112c7e16cfc61e9f227737e2f9374 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 16 Aug 2013 12:25:58 +0200 >Subject: [PATCH] Bug 10347 [Follow-up] Scroll down clicking on the "Add > multiple copies" button > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index 5ef7851..0b979c3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -71,6 +71,7 @@ $(document).ready(function(){ > addMultipleBlock.toggle(); > addSingleBlock.toggle(); > multiCopyControl.toggle(); >+ $('body,html').animate({ scrollTop: $('body').height() }, 100); > }); > $("#cancel_add_multiple").on("click",function(e){ > e.preventDefault(); >-- >2.7.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 10347
:
20378
|
20384
|
20394
|
25463
|
25464
|
48732
|
48733
|
49905
|
49906
|
49934
|
49935