mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 08:14:52 +00:00
Make new ticket first in client top head
This commit is contained in:
@@ -13,16 +13,16 @@
|
|||||||
<i class="fas fa-fw fa-ellipsis-v"></i>
|
<i class="fas fa-fw fa-ellipsis-v"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="dropdown-menu">
|
<div class="dropdown-menu">
|
||||||
<a class="dropdown-item ajax-modal" href="#"
|
|
||||||
data-modal-url="modals/client/client_edit.php?id=<?= $client_id ?>">
|
|
||||||
<i class="fas fa-fw fa-edit mr-2"></i>Edit Client
|
|
||||||
</a>
|
|
||||||
<?php if (lookupUserPermission("module_support") >= 2) { ?>
|
<?php if (lookupUserPermission("module_support") >= 2) { ?>
|
||||||
<div class="dropdown-divider"></div>
|
|
||||||
<a class="dropdown-item ajax-modal" href="#" data-modal-url="modals/ticket/ticket_add_v2.php?client_id=<?= $client_id ?>" data-modal-size="lg">
|
<a class="dropdown-item ajax-modal" href="#" data-modal-url="modals/ticket/ticket_add_v2.php?client_id=<?= $client_id ?>" data-modal-size="lg">
|
||||||
<i class="fas fa-fw fa-life-ring mr-2"></i>New Ticket
|
<i class="fas fa-fw fa-life-ring mr-2"></i>New Ticket
|
||||||
</a>
|
</a>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
<div class="dropdown-divider"></div>
|
||||||
|
<a class="dropdown-item ajax-modal" href="#"
|
||||||
|
data-modal-url="modals/client/client_edit.php?id=<?= $client_id ?>">
|
||||||
|
<i class="fas fa-fw fa-edit mr-2"></i>Edit Client
|
||||||
|
</a>
|
||||||
<?php if (lookupUserPermission("module_billing") >= 2) { ?>
|
<?php if (lookupUserPermission("module_billing") >= 2) { ?>
|
||||||
<?php if ($show_add_credit) { ?>
|
<?php if ($show_add_credit) { ?>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user