Remove edit/merge/delete options when a ticket is closed

This commit is contained in:
Marcus Hill 2022-01-12 19:10:40 +00:00
parent 4897c46cd5
commit 7732264922
1 changed files with 2 additions and 1 deletions

View File

@ -140,8 +140,8 @@ if(isset($_GET['ticket_id'])){
<div class="col-9">
<h3>Ticket <?php echo "$ticket_prefix$ticket_number"; ?> <?php echo $ticket_status_display; ?></h3>
</div>
<?php if($ticket_status != "Closed") { ?>
<div class="col-3">
<div class="dropdown dropleft text-center">
<button class="btn btn-secondary btn-sm float-right" type="button" id="dropdownMenuButton" data-toggle="dropdown">
<i class="fas fa-fw fa-ellipsis-v"></i>
@ -154,6 +154,7 @@ if(isset($_GET['ticket_id'])){
</div>
</div>
</div>
<?php } ?>
</div>
<div class="row">