View | Details | Raw Unified | Return to bug 7936
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt (-1 / +1 lines)
Lines 14-19 Link Here
14
14
15
<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>
15
<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>
16
16
17
<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>
17
<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>
18
18
19
[% INCLUDE 'help-bottom.inc' %]
19
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt (+3 lines)
Lines 26-29 Link Here
26
26
27
<p>The online help directory is: <pre>&nbsp;/koha-tmpl/intranet-tmpl/prog/en/modules/help</pre></p>
27
<p>The online help directory is: <pre>&nbsp;/koha-tmpl/intranet-tmpl/prog/en/modules/help</pre></p>
28
28
29
<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>
30
31
29
[% INCLUDE 'help-bottom.inc' %]
32
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt (-2 / +1 lines)
Lines 2-8 Link Here
2
	
2
	
3
<h1>Online Help</h1>
3
<h1>Online Help</h1>
4
4
5
<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>
5
<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>
6
6
7
<form action="/cgi-bin/koha/edithelp.pl" method="post">
7
<form action="/cgi-bin/koha/edithelp.pl" method="post">
8
	<input type="hidden" name="referer" value="[% referer %]" />
8
	<input type="hidden" name="referer" value="[% referer %]" />
9
- 

Return to bug 7936