Merge remote branch 'kc/new/enh/bug_5692' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / nohelp.tt
1 [% INCLUDE 'help-top.inc' %]
2         
3         <h1>Online Help</h1>
4         <p>Sorry, there is no help available for this topic</p>
5 <form action="/cgi-bin/koha/edithelp.pl" method="post">
6 <input type="hidden" name="referer" value="[% referer %]" />
7 <input type="hidden" name="type" value="addnew" />
8 <input type="submit" name="submit" class="submit" value="Add help" />
9 </form>
10         
11 [% INCLUDE 'help-bottom.inc' %]