Bug 12700 - Capitalization: "Close Help Window" in context help
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / includes / help-bottom.inc
index 63c3467..b7b72c7 100644 (file)
@@ -1,7 +1,7 @@
 <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="<!-- TMPL_VAR NAME="referer" -->" />
+  <input type="hidden" name="referer" value="[% referer %]" />
   <input type="submit" class="submit" value="Edit help" /></fieldset>
 </form>
 </body>