|
@@ -125,13 +125,13 @@ sort-star="<? if($_SESSION['favourites']['MAIL_ACC'][$key."@".$_GET['domain']] =
|
|
|
<div class="clearfix l-unit__stat-col--left text-center"><b>
|
|
<div class="clearfix l-unit__stat-col--left text-center"><b>
|
|
|
<? if($data[$key]['SUSPENDED'] == 'no'){ ?>
|
|
<? if($data[$key]['SUSPENDED'] == 'no'){ ?>
|
|
|
<? if($data[$key]['ALIAS'] == ''){ ?>
|
|
<? if($data[$key]['ALIAS'] == ''){ ?>
|
|
|
- 0
|
|
|
|
|
|
|
+ <i class="fas fa-minus-circle"></i>
|
|
|
<? } else {?>
|
|
<? } else {?>
|
|
|
<i class="fas fa-check-circle status-icon green"></i>
|
|
<i class="fas fa-check-circle status-icon green"></i>
|
|
|
<? } ?>
|
|
<? } ?>
|
|
|
<? } else {?>
|
|
<? } else {?>
|
|
|
<? if($data[$key]['ALIAS'] == ''){ ?>
|
|
<? if($data[$key]['ALIAS'] == ''){ ?>
|
|
|
- 0
|
|
|
|
|
|
|
+ <i class="fas fa-minus-circle"></i>
|
|
|
<? } else {?>
|
|
<? } else {?>
|
|
|
<i class="fas fa-check-circle"></i>
|
|
<i class="fas fa-check-circle"></i>
|
|
|
<? } ?>
|
|
<? } ?>
|