Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt
Nicole C. Engard 62a23201c3 Bug 7936: 3.8 Help Files
These are the three help files that do not belong in any
specific directory. Links updated to the 3.8 manual.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2012-04-13 16:12:23 +02: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.8/en/">Koha 3.8 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' %]