Bugzilla – Attachment 31977 Details for
Bug 12989
Update table footer with the visible rows - acqui-home
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12989: Fix JS error
Bug-12989-Fix-JS-error.patch (text/plain), 1.14 KB, created by
Jonathan Druart
on 2014-10-02 13:54:05 UTC
(
hide
)
Description:
Bug 12989: Fix JS error
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-10-02 13:54:05 UTC
Size:
1.14 KB
patch
obsolete
>From 489894c38be54b955d0b6505be7c6f734c364684 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 2 Oct 2014 15:52:52 +0200 >Subject: [PATCH] Bug 12989: Fix JS error > >inactive and active are not defined anymore. They should be removed. The >filter is done with DataTables. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index 08b6f89..ae125be 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -70,14 +70,10 @@ $(document).ready(function() { > $("#hide_inactive").click(function(e){ > e.preventDefault(); > oTable.fnFilter( 1, 0 ); // Show only active=1 >- inactive.hide(); >- active.show(); > }); > $("#show_inactive").click(function(e){ > e.preventDefault(); > oTable.fnFilter( '', 0 ); >- inactive.show(); >- active.hide(); > }); > $("#hide_inactive").click(); > >-- >2.1.0
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 12989
:
31856
|
31977
|
32149
|
32150
|
32348
|
32349
|
32817
|
32818