Bugzilla – Attachment 20394 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: Scroll down clicking on the "Add multiple copies" button
Bug-10347-Scroll-down-clicking-on-the-Add-multiple.patch (text/plain), 1000 bytes, created by
Jonathan Druart
on 2013-08-16 10:38:05 UTC
(
hide
)
Description:
Bug 10347: Scroll down clicking on the "Add multiple copies" button
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-08-16 10:38:05 UTC
Size:
1000 bytes
patch
obsolete
>From 6b03084197621d21ea4fa80989c1658382bd3d4e 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: Scroll down clicking on the "Add multiple copies" > button > >--- > 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 148d920..a0ccb54 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -39,6 +39,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.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 10347
:
20378
|
20384
|
20394
|
25463
|
25464
|
48732
|
48733
|
49905
|
49906
|
49934
|
49935