Koha/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc
Chris Cormack 6175e99598 Help includes
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-13 18:38:19 -05:00

9 lines
443 B
HTML

<div class="action"><form action="help.pl" method="get"><input type="button" class="submit" onclick="window.close(); return false;" value="Close Help Window" /></form>
<form action="/cgi-bin/koha/edithelp.pl" method="post">
<input type="hidden" name="type" value="modify">
<input type="hidden" name="referer" value="<!-- TMPL_VAR NAME="referer" -->">
<input type="submit" class="submit" value="Edit help">
</form>
</div></div>
</body>
</html>