From 6276729af29db63cda9ecafc3f8e74b6a88cf01f Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Tue, 8 Jan 2008 12:57:17 -0600 Subject: [PATCH] help templates and includes - cleanup for XHTML validation, error display Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../intranet-tmpl/prog/en/includes/help-bottom.inc | 11 +++++++---- koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc | 4 +++- .../intranet-tmpl/prog/en/modules/help/edithelp.tmpl | 10 +++++----- .../prog/en/modules/help/reports/reports-home.tmpl | 2 +- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc index 8a0f48e5a3..5b96baaf87 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc @@ -1,8 +1,11 @@ -
+
+
+ +
- -"> - + + " /> +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc index 0e6e634c04..066166e5fd 100755 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc @@ -1 +1,3 @@ -Online Help + +Online Help + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl index e6e7fda1dc..d0a7d95ac9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl @@ -25,14 +25,14 @@ tinyMCE.init({

Online Help

- +
-"> -"> + + - +
- + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tmpl index 6ab9b8129e..3538d9e03e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tmpl @@ -1,3 +1,3 @@ -

Reports

What Reports are there in Koha?

Koha comes with a number of pre defined (or "canned") reports, along with two report builder engines.

Pre-defined Reports

There are number of predefined reports in Koha. Check the the Circulation module for Circulation specifc reports

Statistics Wizards

The statistics wizards provide a way to build simple reports for each module. The reports produced can either be viewed on screen or downloaded for opening in a spreadsheet program or text editor.

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. Note this feature is under active development.

+

Reports

What Reports are there in Koha?

Koha comes with a number of predefined (or "canned") reports, along with two report builder engines.

Pre-defined Reports

There are number of predefined reports in Koha. Check the the Circulation module for Circulation specific reports.

Statistics Wizards

The statistics wizards provide a way to build simple reports for each module. The reports produced can either be viewed on screen or downloaded for opening in a spreadsheet program or text editor.

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. Note this feature is under active development.

-- 2.39.5