From 5d5c9b32776210a7dbb12eae8ec02768966d8789 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 8e5b4bc9d2..afcee0d45c 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