CMXX - Include updated/by on multiple tables and views

This commit is contained in:
“VeLiTi”
2024-12-12 16:19:16 +01:00
parent 5e858fb785
commit e55c7c271d
19 changed files with 102 additions and 53 deletions

View File

@@ -351,6 +351,14 @@ $view .= '<div class="content-block">
<td style="width:25%;">'.$general_createdby.'</td>
<td>'.$responses->createdby.'</td>
</tr>
<tr>
<td style="width:25%;">'.$general_updated.'</td>
<td>'.getRelativeTime($responses->updated).'</td>
</tr>
<tr>
<td style="width:25%;">'.$general_updatedby.'</td>
<td>'.$responses->updatedby.'</td>
</tr>
</table>
</div>
</div>