Bugzilla – Attachment 60895 Details for
Bug 4969
Vendors can not be deleted / show only active vendors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4969: Do not jump to the top on click
Bug-4969-Do-not-jump-to-the-top-on-click.patch (text/plain), 1.35 KB, created by
Jonathan Druart
on 2017-03-07 18:52:59 UTC
(
hide
)
Description:
Bug 4969: Do not jump to the top on click
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-03-07 18:52:59 UTC
Size:
1.35 KB
patch
obsolete
>From 85e4605959d5a4ee44d44cb46979c6fb3874a8e5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 7 Mar 2017 15:45:57 -0300 >Subject: [PATCH] Bug 4969: Do not jump to the top on click > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index d048a84..18d6654 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -34,12 +34,14 @@ $(document).ready(function() { > $(this).find("legend").html(legend); > }); > $("#show_all_vendors").hide(); >- $("#show_active_vendors").click(function(){ >+ $("#show_active_vendors").on('click', function(e){ >+ e.preventDefault(); > $(".inactive").hide(); > $("#show_active_vendors").hide(); > $("#show_all_vendors").show(); > }); >- $("#show_all_vendors").click(function(){ >+ $("#show_all_vendors").on('click', function(e){ >+ e.preventDefault(); > $(".inactive").show(); > $("#show_all_vendors").hide(); > $("#show_active_vendors").show(); >-- >2.9.3
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 4969
:
7398
|
7532
|
7830
|
7982
|
8071
|
8072
|
60803
|
60807
|
60893
|
60894
| 60895 |
60896