mirror of https://github.com/itflow-org/itflow
Moved Ticket Viewing to the top if someone is viwing the ticket the same time you are
This commit is contained in:
parent
3974055bff
commit
eda78f0927
|
|
@ -278,6 +278,7 @@ if (isset($_GET['ticket_id'])) {
|
|||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<span class="text-info ml-5" id="ticket_collision_viewing"></span>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
|
@ -416,8 +417,6 @@ if (isset($_GET['ticket_id'])) {
|
|||
|
||||
</div>
|
||||
|
||||
<p class="font-weight-light" id="ticket_collision_viewing"></p>
|
||||
|
||||
</form>
|
||||
<!-- End IF for reply modal -->
|
||||
<?php } ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue