Koha/koha-tt/intranet-tmpl/prog/en/includes/help-bottom.inc
2011-03-21 20:02:15 +13: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>