f95cd090b6
To test: - Open help in any page of staff client - In help popup window, see wrong capitalization in button 'Close Help Window' - Close the popup window - Apply patch - Check again: Button now reads "Close help window' Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Work as described, no koha-qa errors Signed-off-by: Nick Clemens <nick@quecheelibrary.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
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>
|