This patch updates the help files which do not have a module folder. To test:
Visit About Koha, Koha Home, and the No Help Found pages and check links to the manual. --- .../intranet-tmpl/prog/en/modules/help/about.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/mainpage.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/nohelp.tt | 2 +- 3 files changed, 3 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 210123b..8385320 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,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.10/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.12/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 ae2cc88..486a663 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>/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.10/en/">manual</a> (online).</strong></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> [% 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 df5a944..8cabcec 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.10/en/">Koha 3.10 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.12/en/">Koha 3.12 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/
