From e8c43dbf3db84545e87b2853e5bdfe02cb3273e4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 27 Mar 2011 13:33:36 -0400 Subject: [PATCH] Bug 5838: Format sql outout on guided reports New suggestion: wrapping the sql output in
 with an unique id.

- sql can be formatted to be better readable
- sql can be hidden using css and the unique id
- pagination is pushed to its own line and better visible

Signed-off-by: Jared Camins-Esakov 
Signed-off-by: Chris Cormack 
---
 .../prog/en/modules/reports/guided_reports_start.tmpl         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl
index 6933393231..eb8d4fb07e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl
@@ -499,8 +499,8 @@ NAME="name" -->">
 

Total number of rows matching the (unlimited) query is .

- - +
+

-- 2.20.1