CMXX - Include updated/by on multiple tables and views
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user