[Koha-patches] [PATCH] bug 6966 update help files

Nicole C. Engard nengard at bywatersolutions.com
Thu Oct 6 17:58:30 CEST 2011


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 @@
 
 <p>Koha is developed and supported by a large number of developers around the world. Thanks to all the developers and libraries who support Koha</p>
 
+<p><strong>See the full documentation for the About page in the <a href="http://manual.koha-community.org/3.6/en/aboutkoha.html">manual</a> (online).</strong></p>
+
 [% 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' %]
 	
-	<h1>Online Help</h1>
-	<p>Sorry, there is no help available for this topic</p>
+<h1>Online Help</h1>
+
+<p>Sorry, there is no help available for this topic, please refer to the <a href="http://manual.koha-community.org/3.6/en/">Koha 3.6 manual</a> (online).</p>
+
 <form action="/cgi-bin/koha/edithelp.pl" method="post">
-<input type="hidden" name="referer" value="[% referer %]" />
-<input type="hidden" name="type" value="addnew" />
-<input type="submit" name="submit" class="submit" value="Add help" />
+	<input type="hidden" name="referer" value="[% referer %]" />
+	<input type="hidden" name="type" value="addnew" />
+	<input type="submit" name="submit" class="submit" value="Add help" />
 </form>
 	
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
-- 
1.7.2.3



More information about the Koha-patches mailing list