Added new icon for ported-out numbers
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
<?php if($num->active): ?>
|
||||
<span class="text-success"><i class="fas fa-check"></i></span>
|
||||
<small class="text-monospace">(seit <?=($num->id) ? date("d.m.Y H:i:s", $num->activated_date) : ""?>)</small>
|
||||
<?php elseif($num->disabled): ?>
|
||||
<span class="text-success text-danger" title="Nummer wurde wegportiert"><i class="far fa-anchor"></i><i class="far fa-file-export"></i></span>
|
||||
<?php else: ?>
|
||||
<span class="text-danger"><i class="fas fa-times"></i></span>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user