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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt (-1 / +1 lines)
Lines 20-25 Link Here
20
20
21
<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>
21
<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>
22
22
23
<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>
23
<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>
24
24
25
[% INCLUDE 'help-bottom.inc' %]
25
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
26
27
<p>The online help directory is: <pre>/koha-tmpl/intranet-tmpl/prog/en/modules/help</pre></p>
27
<p>The online help directory is: <pre>/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.10/en/">manual</a> (online).</strong></p>
29
<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>
30
30
31
31
32
[% 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.10/en/">Koha 3.10 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.12/en/">Koha 3.12 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 9850