These are the three help files that do not belong in any specific directory. Links updated to the 3.8 manual. --- .../intranet-tmpl/prog/en/modules/help/about.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/mainpage.tt | 3 +++ .../intranet-tmpl/prog/en/modules/help/nohelp.tt | 2 +- 3 files changed, 5 insertions(+), 2 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 e7c9d96..f29b1e0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt @@ -14,6 +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> +<p><strong>See the full documentation for the About page in the <a href="http://manual.koha-community.org/3.8/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 1d17541..3e0bc07 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt @@ -26,4 +26,7 @@ <p>The online help directory is: <pre> /koha-tmpl/intranet-tmpl/prog/en/modules/help</pre></p> +<p><strong>See the full documentation for Koha in the <a href="http://manual.koha-community.org/3.8/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 57c5ffc..28a1db0 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.6/en/">Koha 3.6 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.8/en/">Koha 3.8 manual</a> (online).</p> <form action="/cgi-bin/koha/edithelp.pl" method="post"> <input type="hidden" name="referer" value="[% referer %]" /> -- 1.7.2.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
