Koha/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc
2011-04-10 20:38:30 +12:00

8 lines
398 B
HTML

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