Bugzilla – Attachment 12025 Details for
Bug 8711
alternating colors messed up on reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8711 - alternating colors messed up on reports
Bug-8711---alternating-colors-messed-up-on-reports.patch (text/plain), 1.45 KB, created by
Owen Leonard
on 2012-09-06 19:23:28 UTC
(
hide
)
Description:
Bug 8711 - alternating colors messed up on reports
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-09-06 19:23:28 UTC
Size:
1.45 KB
patch
obsolete
>From 1185fba8f1b08a967fcd51f62fc5cf6b4cc61ab4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 6 Sep 2012 15:21:03 -0400 >Subject: [PATCH] Bug 8711 - alternating colors messed up on reports >Content-Type: text/plain; charset="utf-8" > >Patch adds the "zebra-striping" option to the >table sorter initialization and changes the row >color CSS to match the tablesorter's to prevent >conflicts. >--- > .../en/modules/reports/guided_reports_start.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 21d8235..f081894 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -43,6 +43,7 @@ $(document).ready(function(){ > [% END %] > // call the tablesorter plugin > $("#table_reports").tablesorter({ >+ widgets : ['zebra'], > sortList: [[1,0]], > headers: { > 6: { sorter: false}, >@@ -151,7 +152,7 @@ canned reports and writing custom SQL reports.</p> > </thead> > <tbody> > [% FOREACH savedreport IN savedreports %] >-[% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] >+[% UNLESS ( loop.odd ) %]<tr class="odd">[% ELSE %]<tr>[% END %] > <td>[% savedreport.id %]</td> > <td>[% savedreport.report_name %]</td> > <td>[% savedreport.type %]</td> >-- >1.7.9.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 8711
:
11933
|
12025
|
12030