diff --git a/static/js/mass_add.js b/static/js/mass_add.js index 267a8ba..4ce906e 100644 --- a/static/js/mass_add.js +++ b/static/js/mass_add.js @@ -83,7 +83,7 @@ document.addEventListener('DOMContentLoaded', function () { offset += limit; if (productCountDisplay) { - productCountDisplay.textContent = `Wyświetlono ${allProducts.length} produktów.`; + productCountDisplay.textContent = `Wyświetlono ${allProducts.length} z ${data.total_count} pozycji`; } const statsEl = document.getElementById('massAddProductStats'); diff --git a/templates/list.html b/templates/list.html index b1c01d2..09636eb 100644 --- a/templates/list.html +++ b/templates/list.html @@ -233,8 +233,10 @@
-
+
+ +