[Koha-patches] [PATCH] Bug 10671: Update main help files

Nicole C. Engard nengard at bywatersolutions.com
Tue Oct 15 20:25:34 CEST 2013


This patch updates help files that aren't in any other folder.

To test:

* Visit the main staff page and review the help
* Visit the About page and review the help
* Visit a page without help (which there better not be) and
  review the link to the manual
---
 .../intranet-tmpl/prog/en/modules/help/about.tt    |   16 +++++++++++++++-
 .../intranet-tmpl/prog/en/modules/help/mainpage.tt |    2 +-
 .../intranet-tmpl/prog/en/modules/help/nohelp.tt   |    2 +-
 3 files changed, 17 insertions(+), 3 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 8385320..7138b0f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt
@@ -20,6 +20,20 @@
 
 <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.12/en/aboutkoha.html">manual</a> (online).</strong></p>
+<h2>Licenses</h2>
+
+<p>Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.</p>
+
+<p>This tab shows the information related to any and all licenses associated with Koha.</p>
+
+<h2>Translations</h2>
+
+<p>This tab lists all of the languages that Koha has been translated to.</p>
+
+<h2>History</h2>
+
+<p>This tab provides a summary of Koha's release and development history.</p>
+ 
+<p><strong>See the full documentation for the About page in the <a href="http://manual.koha-community.org/3.14/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/mainpage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt
index ab99dd2..72f75b2 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt
@@ -26,7 +26,7 @@
 
 <p>The online help directory is: <pre>[% themelang %]/modules/help</pre></p>
 
-<p><strong>See the full documentation for Koha in the <a href="http://manual.koha-community.org/3.12/en/">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Koha in the <a href="http://manual.koha-community.org/3.14/en/">manual</a> (online).</strong></p>
 
 
 [% INCLUDE 'help-bottom.inc' %]
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 8cabcec..260a9c7 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt
@@ -2,7 +2,7 @@
 	
 <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.12/en/">Koha 3.12 manual</a> (online).</p>
+<p>Sorry, there is no help available for this topic, please refer to the <a href="http://manual.koha-community.org/3.14/en/">Koha 3.14 manual</a> (online).</p>
 
 <form action="/cgi-bin/koha/edithelp.pl" method="post">
 	<input type="hidden" name="referer" value="[% referer %]" />
-- 
1.7.2.3



More information about the Koha-patches mailing list