Select all
Clear all
---
 .../prog/en/modules/virtualshelves/shelves.tmpl    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl
index 8b0a7d3..0b7336f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl
@@ -9,8 +9,8 @@ var MSG_NO_ITEM_SELECTED = _("Nothing is selected.");
 
 $(document).ready(function(){
        $("#addbarcode").focus();
-       $("span.clearall").html("<a id=\"CheckNone\" 
href=\"/cgi-bin/koha/shelves.pl\">Clear All<\/a>");
-       $("span.checkall").html("<a id=\"CheckAll\" 
href=\"/cgi-bin/koha/shelves.pl\">Select All<\/a>");
+       $("span.clearall").html("<a id=\"CheckNone\" 
href=\"/cgi-bin/koha/shelves.pl\">"+_('Clear All')+"<\/a>");
+       $("span.checkall").html("<a id=\"CheckAll\" 
href=\"/cgi-bin/koha/shelves.pl\">"+_('Select All')+"<\/a>");
     $("#CheckAll").click(function(){
         $(".checkboxed").checkCheckboxes();
         return false;
-- 
1.6.0.4

>From c2849100eae8ba0d2a56e5018d9c1a57628ad85e Mon Sep 17 00:00:00 2001
From: Katrin Fischer <[email protected]>
Date: Sun, 4 Oct 2009 19:07:27 +0200
Subject: [PATCH] BUG 3692: Untranslatable strings in shelves.tmpl
Content-Type: text/plain; charset="utf-8"

Select all
Clear all
---
 .../prog/en/modules/virtualshelves/shelves.tmpl    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl
index 8b0a7d3..0b7336f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl
@@ -9,8 +9,8 @@ var MSG_NO_ITEM_SELECTED = _("Nothing is selected.");
 
 $(document).ready(function(){
 	$("#addbarcode").focus();
-	$("span.clearall").html("<a id=\"CheckNone\" href=\"/cgi-bin/koha/shelves.pl\">Clear All<\/a>");
-	$("span.checkall").html("<a id=\"CheckAll\" href=\"/cgi-bin/koha/shelves.pl\">Select All<\/a>");
+	$("span.clearall").html("<a id=\"CheckNone\" href=\"/cgi-bin/koha/shelves.pl\">"+_('Clear All')+"<\/a>");
+	$("span.checkall").html("<a id=\"CheckAll\" href=\"/cgi-bin/koha/shelves.pl\">"+_('Select All')+"<\/a>");
     $("#CheckAll").click(function(){
         $(".checkboxed").checkCheckboxes();
         return false;
-- 
1.6.0.4

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to