--- .../prog/en/modules/reports/reports-home.tmpl | 7 +++++-- 1 files changed, 5 insertions(+), 2 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..ab5e84c 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,9 +15,12 @@ <div class="yui-g"> <h1>Reports</h1> <div class="yui-u first"> - <h2>Guided Report Wizard</h2> + <h2><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided Report Wizard</a></h2> <ul> - <li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided Reports</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> + <li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View Dictionary</a></li> </ul> <h2>Statistics wizards</h2> <ul> -- 1.5.6.5 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
