Corrections for XHTML compliance, again.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / nohelp.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3         <div id="main-compact">
4         <h1>Online Help</h1>
5         <p>Sorry, there is no help available for this topic</p>
6 <form action="/cgi-bin/koha/edithelp.pl" method="post">
7 <input type="hidden" name="referer" value="<!-- TMPL_VAR NAME="referer" -->" />
8 <input type="hidden" name="type" value="addnew" />
9 <input type="submit" name="submit" value="Add help" />
10 </form>
11         </div>
12         
13 <!-- TMPL_INCLUDE NAME="help-bottom.inc" -->