Bugzilla – Attachment 4195 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]
Revised fix
0001-REVISED-Fix-for-Bug-6309-subscription-table-sorter-i.patch (text/plain), 1.46 KB, created by
Owen Leonard
on 2011-05-19 19:38:49 UTC
(
hide
)
Description:
Revised fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-05-19 19:38:49 UTC
Size:
1.46 KB
patch
obsolete
>From af9dbaa178d7e053c2634ca5ce1b915cb9c536f4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 5 May 2011 09:32:06 -0400 >Subject: [PATCH] [REVISED] Fix for Bug 6309, subscription table sorter in the opac >Content-Type: text/plain; charset="utf-8" > >--- > .../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.3 >
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