File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ require('./header.inc.phtml'); ?>
91
91
<th scope="row" class="align-middle text-right">Id</th>
92
92
<td><code><?= filter_var ($ user_id , FILTER_SANITIZE_FULL_SPECIAL_CHARS )?> </code></td>
93
93
</tr>
94
+ <? if ($ active_user && $ active_user ->isStaff ()) { ?>
94
95
<tr class="text-success">
95
96
<th scope="row" class="align-middle text-right">Date created</th>
96
97
<td><time datetime="<?= $ user_created_dt ->format ('c ' )?> "><?= $ user_created_dt ->format ('D M j, Y ' )?> </time></td>
97
98
</tr>
98
- <? if ($ active_user && $ active_user ->isStaff ()) { ?>
99
99
<tr class="text-<?= ($ user ->isVerified () ? 'info ' : 'danger ' )?> ">
100
100
<th scope="row" class="align-middle text-right">Date verified</th>
101
101
<td><?= ($ user ->isVerified () ? '<time datetime=" ' . $ user_verified_dt ->format ('c ' ) . '"> ' . $ user_verified_dt ->format ('D M j, Y ' ) . '</time> ' : '<em>(not verified)</em> ' )?> </td>
You can’t perform that action at this time.
0 commit comments