From bf57b6b4e3448a8b5c3450338d0451ef99906136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 16 Aug 2025 13:45:44 +0200 Subject: [PATCH] poprawki --- static/js/mass_add.js | 2 +- templates/list.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 @@
-
+
+ +