Bug 12700 - Capitalization: "Close Help Window" in context help
authorMarc Véron <veron@veron.ch>
Mon, 21 Jul 2014 09:03:12 +0000 (11:03 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 11 Aug 2014 14:40:24 +0000 (11:40 -0300)
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>
koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc

index f3a9539..b7b72c7 100644 (file)
@@ -1,5 +1,5 @@
 <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" />
+  <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>