Bugzilla – Attachment 12059 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 - Followup
Bug-8028---Followup.patch (text/plain), 1.16 KB, created by
Kyle M Hall (khall)
on 2012-09-07 16:17:44 UTC
(
hide
)
Description:
Bug 8028 - Followup
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-07 16:17:44 UTC
Size:
1.16 KB
patch
obsolete
>From d97bd601721dd995ea559552c77753e3c2971846 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 7 Sep 2012 12:17:23 -0400 >Subject: [PATCH] Bug 8028 - Followup >Content-Type: text/plain; charset="utf-8" > >--- > .../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 b92a701..9282846 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 (rowCountPending > rowsToCollapse ) { if ( $.cookie("pendingKeepExpanded") != 1 ) { pendingCollapse(); } else { pendingExpand(); } } > if (rowCountReceived > rowsToCollapse ) { if ( $.cookie("receivedKeepExpanded") != 1 ) { receivedCollapse(); } else { receivedExpand(); } } > }); > >-- >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