Bugzilla – Attachment 49906 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]
[SIGNED-OFF] Bug 10347 [Follow-up] Scroll down clicking on the "Add multiple copies" button
SIGNED-OFF-Bug-10347-Follow-up-Scroll-down-clickin.patch (text/plain), 1.10 KB, created by
Bernardo Gonzalez Kriegel
on 2016-04-05 11:22:00 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 10347 [Follow-up] Scroll down clicking on the "Add multiple copies" button
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2016-04-05 11:22:00 UTC
Size:
1.10 KB
patch
obsolete
>From 0c8a989108826a20962b7a904f9c04d64e6365f5 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] [SIGNED-OFF] Bug 10347 [Follow-up] Scroll down clicking on > the "Add multiple copies" button > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > 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(); >-- >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 10347
:
20378
|
20384
|
20394
|
25463
|
25464
|
48732
|
48733
|
49905
|
49906
|
49934
|
49935