Merge remote-tracking branch 'origin/new/bug_5345'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / nohelp.tt
1 [% INCLUDE 'help-top.inc' %]
2         
3 <h1>Online help</h1>
4
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
7 <form action="/cgi-bin/koha/edithelp.pl" method="post">
8         <input type="hidden" name="referer" value="[% referer %]" />
9         <input type="hidden" name="type" value="addnew" />
10         <input type="submit" name="submit" class="submit" value="Add help" />
11 </form>
12         
13 [% INCLUDE 'help-bottom.inc' %]