Bugzilla – Attachment 4119 Details for
Bug 6340
Pagination bar on guided reports result page broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed off Patch
0001-Bug-6340-Pagination-bar-on-guided-reports-result-pag.patch (text/plain), 1.49 KB, created by
Chris Cormack
on 2011-05-15 09:07:12 UTC
(
hide
)
Description:
Signed off Patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-05-15 09:07:12 UTC
Size:
1.49 KB
patch
obsolete
>From 6f72d9f740a4408d4dbbda455fc2b66857363af9 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 14 May 2011 12:36:25 +0200 >Subject: [Signed Off] [PATCH] Bug 6340: Pagination bar on guided reports result page broken > >The pagination on the guided reports page was not showing up. >TT problem. > >To test: >Add a sql report with more than 20 results. >Example: select * from borrowers >Without the patch, only the first 20 results will show and no pagination bar. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > .../en/modules/reports/guided_reports_start.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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 24c5a13..589bcdf 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 >@@ -518,7 +518,7 @@ NAME="name" -->">[% order_b.name %]</label></td><td> > [% IF ( notes ) %]<p>[% notes %]</p>[% END %] > [% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %] > <pre id="sql_output">[% sql %]</pre> >-<div class="pages">[% DEFAULT pagination_bar="" %]</div> >+<div class="pages">[% pagination_bar %]</div> > [% UNLESS ( errors ) %] > <table> > <tr>[% FOREACH header_ro IN header_row %]<th>[% header_ro.cell %]</th>[% END %]</tr> >-- >1.7.2.2 >
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 6340
:
4114
| 4119