diff options
Diffstat (limited to 'templates/show_flagged.inc.php')
-rw-r--r-- | templates/show_flagged.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_flagged.inc.php b/templates/show_flagged.inc.php index 2324afd2..5f875b04 100644 --- a/templates/show_flagged.inc.php +++ b/templates/show_flagged.inc.php @@ -28,6 +28,7 @@ $web_path = conf('web_path'); <th><?php echo _('Object'); ?></th> <th><?php echo _('User'); ?></th> <th><?php echo _('Flag'); ?></th> + <th><?php echo _('Flagged by'); ?></th> <th><?php echo _('Status'); ?></th> <th><?php echo _('Action'); ?></th> </tr> @@ -39,6 +40,7 @@ $web_path = conf('web_path'); <td><?php $flag->print_name(); ?></td> <td><?php echo scrub_out($flag->user); ?></td> <td><?php $flag->print_flag(); ?></td> + <td><?php echo $flag->user; ?></td> <td><?php $flag->print_status(); ?></td> <td align="center"> <?php if ($flag->approved) { ?> |