Koha/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc
Marc Véron f95cd090b6 Bug 12700 - Capitalization: "Close Help Window" in context help
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>
2014-08-11 11:40:24 -03: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>