From 48c1a1c138c02edba8d26ffd5521d7d342d87d5b Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Thu, 6 Oct 2011 11:57:56 -0400 Subject: [PATCH] bug 6966 update help files This patch updates help files not in a module specific folder. --- .../intranet-tmpl/prog/en/modules/help/about.tt | 2 ++ .../intranet-tmpl/prog/en/modules/help/nohelp.tt | 12 +++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt index 15df829..e7c9d96 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt @@ -14,4 +14,6 @@

Koha is developed and supported by a large number of developers around the world. Thanks to all the developers and libraries who support Koha

+

See the full documentation for the About page in the manual (online).

+ [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt index d46c818..57c5ffc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt @@ -1,11 +1,13 @@ [% INCLUDE 'help-top.inc' %] -

Online Help

-

Sorry, there is no help available for this topic

+

Online Help

+ +

Sorry, there is no help available for this topic, please refer to the Koha 3.6 manual (online).

+
- - - + + +
[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 1.7.2.3