Skip to content
Snippets Groups Projects
Commit a502c271 authored by jdelhome3578's avatar jdelhome3578 Committed by GitHub
Browse files

Cleanup Client Ticket Table

Remove extra ` ` which throw off the spacing
parent 55dc25ac
No related branches found
No related tags found
No related merge requests found
......@@ -241,12 +241,12 @@ if ($closedTickets) {?>
<a class="Icon <?php echo strtolower($T['source']); ?>Ticket" title="<?php echo $T['user__default_email__address']; ?>"
href="tickets.php?id=<?php echo $T['ticket_id']; ?>"><?php echo $ticketNumber; ?></a>
</td>
<td>&nbsp;<?php echo Format::date($T['created']); ?></td>
<td>&nbsp;<?php echo $status; ?></td>
<td><?php echo Format::date($T['created']); ?></td>
<td><?php echo $status; ?></td>
<td>
<div style="max-height: 1.2em; max-width: 320px;" class="link truncate" href="tickets.php?id=<?php echo $T['ticket_id']; ?>"><?php echo $subject; ?></div>
</td>
<td>&nbsp;<span class="truncate"><?php echo $dept; ?></span></td>
<td><span class="truncate"><?php echo $dept; ?></span></td>
</tr>
<?php
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment