Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/nohelp.tt
Jonathan Druart b08913370f Bug 18817: Update links manually
Without the anchor it is not possible to retrieve the html page, so
these occurrences have been updated manually (and yes it was painful)

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-08-25 10:22:14 -03:00

13 lines
525 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://koha-community.org/manual/[% helpVersion %]/html/">Koha [% helpVersion %] 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' %]