mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 12:24:51 +00:00
used header tag for client name to standout
This commit is contained in:
@@ -320,11 +320,10 @@ if(isset($_GET['ticket_id'])){
|
|||||||
|
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
|
|
||||||
<div class="card card-outline card-dark mb-3">
|
<div class="card card-outline card-primary mb-3">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div>
|
<div>
|
||||||
<h4 class="text-secondary">Client</h4>
|
<h5><strong><?php echo $client_name; ?></strong></h5>
|
||||||
<i class="fa fa-fw fa-user text-secondary ml-1 mr-2 mb-2"></i><strong><?php echo $client_name; ?></strong>
|
|
||||||
<?php
|
<?php
|
||||||
if(!empty($location_phone)){
|
if(!empty($location_phone)){
|
||||||
?>
|
?>
|
||||||
@@ -336,8 +335,7 @@ if(isset($_GET['ticket_id'])){
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
if(!empty($client_tags_display)){
|
if(!empty($client_tags_display)){
|
||||||
|
echo "$client_tags_display";
|
||||||
echo "<br>$client_tags_display";
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user