Moved some fields around under payment added some dividers for sub menus as well as use color red for delete

This commit is contained in:
johnny@pittpc.com
2021-01-20 17:27:51 -05:00
parent b340f77cf4
commit cefc68c6d0
7 changed files with 23 additions and 13 deletions

View File

@@ -146,7 +146,8 @@
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#editTicketModal<?php echo $ticket_id; ?>">Edit</a>
<a class="dropdown-item" href="post.php?delete_ticket=<?php echo $ticket_id; ?>">Delete</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item text-danger" href="post.php?delete_ticket=<?php echo $ticket_id; ?>">Delete</a>
</div>
</div>
<?php