mirror of
https://github.com/itflow-org/itflow
synced 2026-03-07 22:34:52 +00:00
Added extension field to client header
This commit is contained in:
@@ -141,7 +141,14 @@ if(isset($_GET['client_id'])){
|
|||||||
<?php
|
<?php
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user