7367: Make translation possible of Close this window

Trivial change in two opac templates.
This commit is contained in:
Marcel de Rooy 2012-02-16 13:37:51 +01:00 committed by Paul Poulain
parent 9c0ce2bf3b
commit 2ee63f4997
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Download list[% INCLUDE 'doc-head-close.inc' %]
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
$(".close").html("Close this window");
$(".close").html(_("Close this window"));
});
//]]>
</script>

View file

@ -2,7 +2,7 @@
[% INCLUDE 'doc-head-close.inc' %]
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
$(".close").html("Close this window");
$(".close").html(_("Close this window"));
});
//]]>
</script>