Koha/koha-tt/intranet-tmpl/prog/en/modules/help/nohelp.tt
2011-03-21 20:02:15 +13:00

11 lines
No EOL
389 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Online Help</h1>
<p>Sorry, there is no help available for this topic</p>
<form action="/cgi-bin/koha/edithelp.pl" method="post">
<input type="hidden" name="referer" value="[% referer %]" />
<input type="hidden" name="type" value="addnew" />
<input type="submit" name="submit" class="submit" value="Add help" />
</form>
[% INCLUDE 'help-bottom.inc' %]