mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 00:40:45 +00:00
UI: Add Monospace font to timestamps in notifications listing
This commit is contained in:
@@ -134,11 +134,11 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $notification_timestamp; ?></td>
|
||||
<td class="text-monospace"><?php echo $notification_timestamp; ?></td>
|
||||
<td><?php echo $notification_type; ?></td>
|
||||
<td><?php echo $notification; ?></td>
|
||||
<?php if($dismissed_filter) { ?>
|
||||
<td><?php echo $notification_dismissed_at; ?></td>
|
||||
<td class="text-monospace"><?php echo $notification_dismissed_at; ?></td>
|
||||
<?php } ?>
|
||||
<?php if(!$dismissed_filter) { ?>
|
||||
<td class="text-center"><a class="btn btn-secondary btn-sm" href="post.php?dismiss_notification=<?= $notification_id ?>&csrf_token=<?= $_SESSION['csrf_token'] ?>" title="Dismiss"><i class="fas fa-check"></i></a></td>
|
||||
|
||||
Reference in New Issue
Block a user