Added some breadcrumbs to new ticket and ticket details in user portal

This commit is contained in:
johnnyq
2023-01-16 20:48:25 -05:00
parent 7ba434963e
commit 2f595bd7c8
5 changed files with 57 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ require_once("inc_portal.php");
?>
<div class="row">
<div class="col-1 text-center">
<div class="col-md-1 text-center">
<?php if (!empty($session_contact_photo)) { ?>
<img src="<?php echo "../uploads/clients/$session_company_id/$session_client_id/$session_contact_photo"; ?>" alt="..." height="50" width="50" class="img-circle img-responsive">
@@ -22,7 +22,7 @@ require_once("inc_portal.php");
<?php } ?>
</div>
<div class="col-11 p-0">
<div class="col-md-11 p-0">
<h4>Welcome, <strong><?php echo $session_contact_name ?></strong>!</h4>
<hr>
</div>