7367: Make translation possible of Close this window
Trivial change in two opac templates.
This commit is contained in:
parent
9c0ce2bf3b
commit
2ee63f4997
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue