Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt
Nicole C. Engard f33518e61e bug 6966 update help files
This patch updates help files not in a module specific folder.
2011-10-08 20:01:04 +13:00

13 lines
No EOL
494 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Online Help</h1>
<p>Sorry, there is no help available for this topic, please refer to the <a href="http://manual.koha-community.org/3.6/en/">Koha 3.6 manual</a> (online).</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' %]