From 5d7e5d84f103227f4251e4052659895c973c350d Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 29 Sep 2011 11:22:49 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 6940 - Add reports library and schema to reports online help - Adds link to full online manual reports section to reports-home.pl online (in app) help. - Adds link to full online manual for custom reports to guided_reports.pl online (in app) help. - Adds links to schema and sql report library wiki page to guided_reports.pl online (in app) help. All links are located at the bottom of the help file/page/window thinger. To test: Verify that the links appear in the onlin help for reports-home.pl and guided_reports.pl Signed-off-by: Nicole C. Engard --- .../prog/en/modules/help/reports/guided_reports.tt | 12 ++++++++++++ .../prog/en/modules/help/reports/reports-home.tt | 3 +++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt index 240a05a..7c370a2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt @@ -65,4 +65,16 @@

Sample :

+

+

+

Useful Links

+ + +

+See the full documentation for custom reports in the manual (online). + + [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt index 7ebc985..ddd7a6c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt @@ -12,3 +12,6 @@

Guided Reports Wizard

The Guided Reports Wizard helps you build reports using all the fields in the database for each module. The reports can then be saved and run using the scheduler.

[% INCLUDE 'help-bottom.inc' %] + +

+See the full documentation for Reports in the manual (online). -- 1.7.2.3