Skip to content
Snippets Groups Projects
Commit 1c0ee806 authored by Kelli Shaver's avatar Kelli Shaver
Browse files

fixing padding on ticket info table and changing mroe button to trigger...

fixing padding on ticket info table and changing mroe button to trigger dropdown on the entire button
parent 527a0fa1
No related branches found
No related tags found
No related merge requests found
......@@ -36,16 +36,16 @@ if($ticket->isOverdue())
$warn.='&nbsp;&nbsp;<span class="Icon overdueTicket">Marked overdue!</span>';
?>
<table width="910" cellpadding="2" cellspacing="0" border="0">
<table width="940" cellpadding="2" cellspacing="0" border="0">
<tr>
<td width="50%" class="has_bottom_border">
<h2><a href="tickets.php?id=<?php echo $ticket->getId(); ?>" title="Reload"><i class="icon-refresh"></i> Ticket #<?php echo $ticket->getExtId(); ?></a></h2>
</td>
<td width="50%" class="right_align has_bottom_border">
<?php if($thisstaff->canCloseTickets() || $thisstaff->canBanEmails()) { ?>
<span class="action-button">
<span><i class="icon-cog"></i> More</span>
<i data-dropdown="#action-dropdown-2" class="icon-caret-down"></i>
<span class="action-button" data-dropdown="#action-dropdown-2">
<span ><i class="icon-cog"></i> More</span>
<i class="icon-caret-down"></i>
</span>
<?php } ?>
<?php if($thisstaff->canDeleteTickets()) { ?>
......
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