Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt
Nicole C. Engard d45cd0f8b0 Bug 9850: Update Stray Help Files
This patch updates the help files which do not have a module
folder.

To test:

Visit About Koha, Koha Home, and the No Help Found pages and
check links to the manual.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Updating links to new version.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-04-25 21:45:17 -04: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.12/en/">Koha 3.12 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' %]