Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt
Nicole C. Engard 1a92ab45d1 Bug 8945: Update help files for 3.10
This patch updates help files that are not in any
specific module folder.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-10-22 18:13:59 +02:00

13 lines
No EOL
496 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.10/en/">Koha 3.10 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' %]