mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added Document Template Listing, editing, deletion, move scheduled tickets into tickets
This commit is contained in:
@@ -160,6 +160,10 @@ $user_active_assigned_tickets = $row['total_tickets_assigned'];
|
||||
<a href="?status=Closed"><strong><?php echo $total_tickets_closed; ?></strong> Closed</a>
|
||||
</small>
|
||||
</h3>
|
||||
<button type="button" class="btn btn-dark dropdown-toggle ml-1" data-toggle="dropdown"></button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item text-dark" href="scheduled_tickets.php">Scheduled Tickets</a>
|
||||
</div>
|
||||
|
||||
<div class='card-tools'>
|
||||
<div class="float-left">
|
||||
|
||||
Reference in New Issue
Block a user