From a2007e1f489d9935174452d1573244af678a34ff Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Tue, 30 Mar 2010 10:20:43 +0200 Subject: [PATCH] (BUG #4349) In parcel.pl: replaces All x items are displayed by x items are displayed Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl index bc71bace09..926740c31a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl @@ -40,7 +40,7 @@ function pendingExpand() { $("#pendingcollapserow").remove(); $("#pendingt tr").show(); - $("#pendingt").before("

All " + rowCountPending + " items are displayed. Click here to show only the first " + rowsToCollapse + " items<\/a>.<\/p>"); + $("#pendingt").before("

" + rowCountPending + " items are displayed. Click here to show only the first " + rowsToCollapse + " items<\/a>.<\/p>"); } // Collapse already received items table -- 2.39.2