Fixed issues with ticket notifications

This commit is contained in:
johnnyq
2023-09-05 13:53:42 -04:00
parent d76f864c56
commit baea5ed997
3 changed files with 7 additions and 8 deletions

View File

@@ -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">