8 lines
398 B
HTML
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>
|