(BUG #4349) In parcel.pl: replaces All x items are displayed by x items are displayed
authorAlex Arnaud <alex.arnaud@biblibre.com>
Tue, 30 Mar 2010 08:20:43 +0000 (10:20 +0200)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 30 Apr 2010 01:25:06 +0000 (21:25 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl

index bc71bac..926740c 100644 (file)
@@ -40,7 +40,7 @@
     function pendingExpand() {
        $("#pendingcollapserow").remove();
        $("#pendingt tr").show();
-       $("#pendingt").before("<p id=\"pendingcollapserow\">All " + rowCountPending + " items are displayed. <a href=\"javascript:pendingCollapse();\">Click here to show only the first " + rowsToCollapse + " items<\/a>.<\/p>");
+       $("#pendingt").before("<p id=\"pendingcollapserow\">" + rowCountPending + " items are displayed. <a href=\"javascript:pendingCollapse();\">Click here to show only the first " + rowsToCollapse + " items<\/a>.<\/p>");
     }
 
     // Collapse already received items table