Bugzilla – Attachment 49935 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]
[PASSED QA] Bug 10347 [Follow-up] Scroll down clicking on the "Add multiple copies" button
PASSED-QA-Bug-10347-Follow-up-Scroll-down-clicking.patch (text/plain), 1.16 KB, created by
Katrin Fischer
on 2016-04-05 22:27:50 UTC
(
hide
)
Description:
[PASSED QA] Bug 10347 [Follow-up] Scroll down clicking on the "Add multiple copies" button
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-04-05 22:27:50 UTC
Size:
1.16 KB
patch
obsolete
>From 7c1d9d36d96e4592694090a87d439fddfa05efbd 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] [PASSED QA] 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> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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