[Koha-patches] [PATCH] Adding links to guided reports wizard, dictionary, create from sql to reports home page.

Liz Rea liz at nekls.org
Tue Jun 23 20:11:24 CEST 2009


---
 .../prog/en/modules/reports/reports-home.tmpl      |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl
index e156ea6..e8f2c90 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl
@@ -15,10 +15,18 @@
 	<div class="yui-g">
 	<h1>Reports</h1>
 		<div class="yui-u first">
-	<h2>Guided Report Wizard</h2>
-	<ul>
-		<li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided Reports</a></li>
-	</ul>
+<ul>
+
+	<li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided Reports Wizard</a></li>
+	<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build New</a></li>
+	<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Use Saved</a></li>
+	<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL">Create from SQL</a></li>
+</ul>
+<h5>Reports Dictionary</h5>
+<ul>
+<li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View Dictionary</a></li>
+</ul>
+
 	<h2>Statistics wizards</h2>
 	<ul>
 		<li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions</a></li>
-- 
1.5.6.5




More information about the Koha-patches mailing list