Bugzilla – Attachment 25464 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.08 KB, created by
Owen Leonard
on 2014-02-19 19:27:07 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 10347 [Follow-up] Scroll down clicking on the "Add multiple copies" button
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-02-19 19:27:07 UTC
Size:
1.08 KB
patch
obsolete
>From 6e2e61431148e45528d566d1e942b447ec98a943 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 >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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 d20976d..2a4b9fc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -51,6 +51,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.7.9.5
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