Bugzilla – Attachment 4948 Details for
Bug 6309
subscription table sorter in the opac
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch (passed QA)
0001-Fix-for-Bug-6309-subscription-table-sorter-in-the-op.patch (text/plain), 1.52 KB, created by
Paul Poulain
on 2011-08-10 15:38:58 UTC
(
hide
)
Description:
proposed patch (passed QA)
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-08-10 15:38:58 UTC
Size:
1.52 KB
patch
obsolete
>From 7d99545427c81754baabf888a9072e6cff429b6d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 5 May 2011 09:32:06 -0400 >Subject: [PATCH] Fix for Bug 6309, subscription table sorter in the opac > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > .../prog/en/modules/opac-full-serial-issues.tt | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt >index a74a4b5..0729ea6 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt >@@ -1,5 +1,6 @@ > [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Subscription information for [% bibliotitle %] > [% INCLUDE 'doc-head-close.inc' %] >+<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> > <script type="text/javascript" language="javascript"> > //<![CDATA[ > >@@ -23,6 +24,11 @@ $(document).ready(function(){ > $("a.tabsubs").removeClass("currentsubtab"); > $(this).addClass("currentsubtab"); > }); >+ $(".subscriptionstclass").tablesorter({[% IF ( dateformat == 'metric' ) %] >+ dateFormat: 'uk',[% END %] >+ widgets : ['zebra'], >+ sortList: [[0,0]] >+ }); > }); > > // Filters initialization >-- >1.7.4.1 >
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 6309
:
4039
|
4195
|
4237
|
4947
| 4948