mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 04:44:51 +00:00
Reverted Client Name from dark to text secondary
This commit is contained in:
@@ -113,7 +113,7 @@ if(isset($_GET['client_id'])){
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<h4><strong><?php echo $client_name; ?></strong></h4>
|
<h4 class="text-secondary"><strong><?php echo $client_name; ?></strong></h4>
|
||||||
<a href="//maps.<?php echo $session_map_source; ?>.com/?q=<?php echo "$client_address $client_zip"; ?>" target="_blank">
|
<a href="//maps.<?php echo $session_map_source; ?>.com/?q=<?php echo "$client_address $client_zip"; ?>" target="_blank">
|
||||||
<div class="ml-1"><?php echo $client_address; ?></div>
|
<div class="ml-1"><?php echo $client_address; ?></div>
|
||||||
<div class="ml-1"><?php echo "$client_city $client_state $client_zip"; ?></div>
|
<div class="ml-1"><?php echo "$client_city $client_state $client_zip"; ?></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user