mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 23:34:50 +00:00
More UI/UX Work to ticket details
This commit is contained in:
@@ -358,8 +358,8 @@ if (isset($_GET['ticket_id'])) {
|
|||||||
if (empty($ticket_closed_at)) { ?>
|
if (empty($ticket_closed_at)) { ?>
|
||||||
|
|
||||||
<?php if (!empty($ticket_resolved_at)) { ?>
|
<?php if (!empty($ticket_resolved_at)) { ?>
|
||||||
<a href="post.php?reopen_ticket=<?php echo $ticket_id; ?>" class="btn btn-secondary btn-sm">
|
<a href="post.php?reopen_ticket=<?php echo $ticket_id; ?>" class="btn btn-light btn-sm">
|
||||||
<i class="fas fa-fw fa-redo text-white"></i> Reopen
|
<i class="fas fa-fw fa-redo mr-2"></i>Reopen
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -641,7 +641,7 @@ if (isset($_GET['ticket_id'])) {
|
|||||||
|
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
<div class="float-right">
|
<div class="float-right">
|
||||||
<button type="submit" id="ticket_add_reply" name="add_ticket_reply" class="btn btn-primary btn-block text-bold"><i class="fas fa-check mr-2"></i>Submit</button>
|
<button type="submit" id="ticket_add_reply" name="add_ticket_reply" class="btn btn-success btn-block"><i class="fas fa-check mr-2"></i>Submit</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user