mirror of https://github.com/itflow-org/itflow
Added extension field to client header
This commit is contained in:
parent
35ad7f08d9
commit
3dcda9de05
|
|
@ -142,6 +142,13 @@ if(isset($_GET['client_id'])){
|
||||||
if(!empty($client_phone)){
|
if(!empty($client_phone)){
|
||||||
?>
|
?>
|
||||||
<i class="fa fa-fw fa-phone text-secondary ml-1 mr-2 mb-2"></i> <?php echo $client_phone; ?>
|
<i class="fa fa-fw fa-phone text-secondary ml-1 mr-2 mb-2"></i> <?php echo $client_phone; ?>
|
||||||
|
<?php
|
||||||
|
if(!empty($client_extension)){
|
||||||
|
?>
|
||||||
|
x<?php echo $client_extension; ?>
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
?>
|
||||||
<br>
|
<br>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue