mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Fixed issues with ticket notifications
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="card-body py-2">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<a href="#" data-toggle="collapse" data-target="#Collapse"><h4 class="text-secondary"><strong><?php echo $client_name; ?></strong></h4></a>
|
||||
<a href="#" data-toggle="collapse" data-target="#clientHeader"><h4 class="text-secondary"><strong><?php echo $client_name; ?></strong></h4></a>
|
||||
</div>
|
||||
<div class="col">
|
||||
<?php if ($session_user_role == 3) { ?>
|
||||
@@ -32,9 +32,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="collapse show" id="Collapse">
|
||||
|
||||
|
||||
<div class="collapse show" id="clientHeader">
|
||||
|
||||
<div class="row">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user