Bug 4399 Untranslated link 'Export selected items data' in claims.tmpl
authorKatrin Fischer <katrin.fischer.83@web.de>
Thu, 22 Apr 2010 21:30:34 +0000 (23:30 +0200)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 23 Apr 2010 10:40:11 +0000 (06:40 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl

index d678022..90d6a00 100644 (file)
@@ -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(){