From: Jean-Marc Pigeon Date: Wed, 26 Nov 2025 17:35:54 +0000 (-0500) Subject: Adjusting display action X-Git-Tag: tag-0.19~36 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=8343a860646d415f22ef1d00e70e5f64536e722f;p=jmp%2Fmailleur Adjusting display action --- diff --git a/www/lvlmai.php b/www/lvlmai.php index f626a5a..e7badfc 100644 --- a/www/lvlmai.php +++ b/www/lvlmai.php @@ -132,7 +132,7 @@ $actions=$rqst->order("creation desc") ->limit($limit) ->GET(); $line=""; -$count=$offset; +$count=$offset+1; foreach($actions as $action) { $info=substr($action['info'],3,1); $status=$action['status']; @@ -164,7 +164,7 @@ foreach($actions as $action) { $emailfrom=htmlspecialchars($action['emailfrom'],ENT_QUOTES); //generating the table contents $line=$line."\r\n"; - $line=$line."$count $status\r\n"; + $line=$line."$count:$status\r\n"; $line=$line."$date\r\n"; $line=$line."$reverse\r\n"; $line=$line."";