Bugzilla – Attachment 10878 Details for
Bug 8028
Make table collapsing on parcel.pl sticky
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8028 - Make table collapsing on parcel.pl sticky - Hide link for 5 or fewer items.
Bug-8028---Make-table-collapsing-on-parcelpl-stick.patch (text/plain), 1.24 KB, created by
Kyle M Hall (khall)
on 2012-07-16 17:11:42 UTC
(
hide
)
Description:
Bug 8028 - Make table collapsing on parcel.pl sticky - Hide link for 5 or fewer items.
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-07-16 17:11:42 UTC
Size:
1.24 KB
patch
obsolete
>From a315c0137ba8516e55d0397f2bad96f01e5ef132 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 16 Jul 2012 13:11:04 -0400 >Subject: [PATCH] Bug 8028 - Make table collapsing on parcel.pl sticky - Hide link for 5 or fewer items. > >--- > .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index d1459f2..74c8830 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -51,7 +51,7 @@ > rowCountPending = $("#pendingt tbody.filterclass tr").length; > rowCountReceived = $("#receivedt tbody.filterclass tr").length; > if (rowCountPending > rowsToCollapse && $.cookie("pendingKeepExpanded") != 1 ) { pendingCollapse(); } >- if (rowCountReceived > rowsToCollapse && $.cookie("receivedKeepExpanded") != 1 ) { receivedCollapse(); } else { receivedExpand(); } >+ if (rowCountReceived > rowsToCollapse ) { if ( $.cookie("receivedKeepExpanded") != 1 ) { receivedCollapse(); } else { receivedExpand(); } } > }); > > // Case-insensitive version of jquery's contains function >-- >1.7.2.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 8028
:
9372
|
10797
|
10878
|
10926
|
12059