View | Details | Raw Unified | Return to bug 7367
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadshelf.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Download list[% INCLUDE 'doc-head-close.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Download list[% INCLUDE 'doc-head-close.inc' %]
2
<script type="text/javascript">//<![CDATA[
2
<script type="text/javascript">//<![CDATA[
3
	$(document).ready(function(){
3
	$(document).ready(function(){
4
		$(".close").html("Close this window");
4
		$(".close").html(_("Close this window"));
5
	});
5
	});
6
//]]>
6
//]]>
7
</script>
7
</script>
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelfform.tt (-2 / +1 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
<script type="text/javascript">//<![CDATA[
3
<script type="text/javascript">//<![CDATA[
4
	$(document).ready(function(){
4
	$(document).ready(function(){
5
		$(".close").html("Close this window");
5
		$(".close").html(_("Close this window"));
6
	});
6
	});
7
//]]>
7
//]]>
8
</script>
8
</script>
9
- 

Return to bug 7367