[Koha-patches] [PATCH] Bug 4399 Untranslated link 'Export selected items data' in claims.tmpl

Katrin Fischer katrin.fischer.83 at web.de
Thu Apr 22 23:30:34 CEST 2010


---
 .../prog/en/modules/serials/claims.tmpl            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
index d678022..90d6a00 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
@@ -25,7 +25,7 @@
 
 	    // Checkboxes : Select All / None
 	    $("span.checkall").html("<input type=\"checkbox\" name=\"CheckAll\"> "+_("Check All"));
-	    $("span.exportSelected").html("<a id=\"ExportSelected\" href=\"/cgi-bin/koha/serials/claims.pl\">Export selected items data<\/a>");
+	    $("span.exportSelected").html("<a id=\"ExportSelected\" href=\"/cgi-bin/koha/serials/claims.pl\"> "+_("Export selected items data") +"<\/a>");
 
 
 	    $("#CheckAll").click(function(){ 
-- 
1.6.3.3




More information about the Koha-patches mailing list