Added new icon for ported-out numbers

This commit is contained in:
Frank Schubert
2026-01-15 17:00:56 +01:00
parent e431f74a75
commit 590c32b720

View File

@@ -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; ?>