Bugzilla – Attachment 32349 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
0015-Bug-12989-Fix-JS-error.patch (text/plain), 1.23 KB, created by
Paola Rossi
on 2014-10-15 15:16:31 UTC
(
hide
)
Description:
Bug 12989: Fix JS error
Filename:
MIME Type:
Creator:
Paola Rossi
Created:
2014-10-15 15:16:31 UTC
Size:
1.23 KB
patch
obsolete
>From 6744f8a1a7850371cdf1d918d563ca8235e0fdb5 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 15/15] Bug 12989: Fix JS error > >inactive and active are not defined anymore. They should be removed. The >filter is done with DataTables. > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >--- > 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 f73ff27..3b587de 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 >@@ -71,14 +71,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(); > >-- >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 12989
:
31856
|
31977
|
32149
|
32150
|
32348
|
32349
|
32817
|
32818