From f343f90af74aadc6f2f3b910471e74b9eb51d25c Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Fri, 16 May 2025 15:50:27 +0200 Subject: [PATCH] feat: aggiunta informazione sul numero di record --- editor.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/editor.php b/editor.php index 8ae90d89a..3281d9b2b 100755 --- a/editor.php +++ b/editor.php @@ -195,12 +195,15 @@ if (empty($record) || !$has_access) { echo ''; echo ' - - - - - - +
+ + + + '.($key + 1).'/'.count($posizioni).' + + + +
'; echo '
';