CMXX - Relative time on created and last login

This commit is contained in:
“VeLiTi”
2024-12-12 15:28:39 +01:00
parent 1b17a98e1f
commit 5e858fb785
13 changed files with 187 additions and 8 deletions

View File

@@ -350,6 +350,21 @@ if ($update_allowed === 1){
';
}
$view .= '<div class="content-block">
<div class="block-header">
<i class="fa-solid fa-bars fa-sm"></i>'.$tab3.'
</div>
<div class="table order-table">
<table>
<tr>
<td style="width:25%;">'.$general_created.'</td>
<td>'.getRelativeTime($responses->created).'</td>
</tr>
</table>
</div>
</div>
';
//DISPLAY RELATED COMMUNICATION RECORDS
$soldto_id = explode("-",$partner_data->soldto) ?? '';
$shipto_id = explode("-",$partner_data->shipto) ?? '';