Skip to content
Snippets Groups Projects
Commit 76a24a78 authored by Chefkeks's avatar Chefkeks
Browse files

Update tickets.inc.php

parent ef79e444
Branches
Tags
No related merge requests found
...@@ -449,7 +449,8 @@ if ($results) { ...@@ -449,7 +449,8 @@ if ($results) {
</td> </td>
<?php } ?> <?php } ?>
<td title="<?php echo $row['email']; ?>" nowrap> <td title="<?php echo $row['email']; ?>" nowrap>
<a class="Icon <?php echo strtolower($row['source']); ?>Ticket ticketPreview" title="Preview Ticket" <a class="Icon <?php echo strtolower($row['source']); ?>Ticket ticketPreview"
title="<?php echo __('Preview Ticket'); ?>"
href="tickets.php?id=<?php echo $row['ticket_id']; ?>"><?php echo $tid; ?></a></td> href="tickets.php?id=<?php echo $row['ticket_id']; ?>"><?php echo $tid; ?></a></td>
<td align="center" nowrap><?php echo Format::db_datetime($row['effective_date']); ?></td> <td align="center" nowrap><?php echo Format::db_datetime($row['effective_date']); ?></td>
<td><a <?php if ($flag) { ?> class="Icon <?php echo $flag; ?>Ticket" title="<?php echo ucfirst($flag); ?> Ticket" <?php } ?> <td><a <?php if ($flag) { ?> class="Icon <?php echo $flag; ?>Ticket" title="<?php echo ucfirst($flag); ?> Ticket" <?php } ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment