Bugzilla – Attachment 13061 Details for
Bug 8968
JavaScript String not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8968 "Add to cart" translatable on OPAC result page
SIGNED-OFF-Bug-8968-Add-to-cart-translatable-on-OP.patch (text/plain), 1.25 KB, created by
Owen Leonard
on 2012-10-25 18:31:46 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8968 "Add to cart" translatable on OPAC result page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-10-25 18:31:46 UTC
Size:
1.25 KB
patch
obsolete
>From f68e065c0cfc963f5da21adbe630c52429939a85 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Thu, 25 Oct 2012 10:07:54 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 8968 "Add to cart" translatable on OPAC > result page >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >index 53e6e4e..42e3a9e 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >@@ -123,7 +123,7 @@ $(document).ready(function(){ > [% END %] > param1 += "<\/select> <input type=\"submit\" class=\"submit\" value=\""+_("Save")+"\" />"; > [% ELSE %] >- var param1 = "<a id=\"addto\" class=\"addtocart\" href=\"#\">Add to cart<\/a>"; >+ var param1 = "<a id=\"addto\" class=\"addtocart\" href=\"#\">" + _("Add to cart") + "<\/a>"; > [% END %] > [% ELSE %] > var param1 = "<label for=\"addto\">"+_("Add to list: ")+"<\/label><select name=\"addto\" id=\"addto\"><option value=\"\"><\/option>"; >-- >1.7.9.5
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 8968
:
13035
| 13061