From 3433edd1c4f3bfaccc6ec61baa6a678ebcc434e6 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 4 Oct 2009 19:07:27 +0200 Subject: [PATCH] BUG 3692: Untranslatable strings in shelves.tmpl Select all Clear all Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl | 4 ++-- 1 file 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 8b0a7d3055..0b7336f9fa 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("Clear All<\/a>"); - $("span.checkall").html("Select All<\/a>"); + $("span.clearall").html(""+_('Clear All')+"<\/a>"); + $("span.checkall").html(""+_('Select All')+"<\/a>"); $("#CheckAll").click(function(){ $(".checkboxed").checkCheckboxes(); return false; -- 2.39.2