Bugzilla – Attachment 7684 Details for
Bug 7367
General OPAC typo omnibus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Make translation possible of Close this window
patch.txt (text/plain), 1.66 KB, created by
Marcel de Rooy
on 2012-02-16 12:46:14 UTC
(
hide
)
Description:
Make translation possible of Close this window
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2012-02-16 12:46:14 UTC
Size:
1.66 KB
patch
obsolete
>From 9460972862dd8697266eec2a2c3a3d3cfc23eb7d Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 16 Feb 2012 13:37:51 +0100 >Subject: [PATCH] 7367: Make translation possible of Close this window >Content-Type: text/plain; charset="utf-8" > >Trivial change in two opac templates. >--- > .../prog/en/modules/opac-downloadshelf.tt | 2 +- > .../prog/en/modules/opac-sendshelfform.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadshelf.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadshelf.tt >index b984f5d..fedcf5d 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadshelf.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadshelf.tt >@@ -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> >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelfform.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelfform.tt >index 1085ae0..81ce32d 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelfform.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelfform.tt >@@ -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> >-- >1.6.0.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7367
:
6866
|
6871
|
7292
|
7293
|
7684
|
10268
|
11076