Changed color of new order icons

This commit is contained in:
Frank Schubert
2021-10-19 22:48:42 +02:00
parent 8371da7350
commit 40be8b1d51

View File

@@ -305,8 +305,8 @@
<?=($hw) ? "<i class='fas fa-shopping-bag text-info ml-1' title='Zusatzprodukt vorhanden'></i>" : ""?>
<?=($voip) ? "<i class='fas fa-phone text-info ml-1' title='Voice Produkt vorhanden'></i>" : ""?>
<?=($patched) ? "<i class='fas fa-ethernet text-info ml-1' title='Anschluss gepatched'></i>" :""?>
<?=($cpe_config_finished) ? "<i class='fas fa-shipping-fast text-info ml-1' title='CPE versandbereit'></i>" :""?>
<?=($patched) ? "<i class='fas fa-ethernet text-pink ml-1' title='Anschluss gepatched'></i>" :""?>
<?=($cpe_config_finished) ? "<i class='fas fa-shipping-fast text-pink ml-1' title='CPE vorbereitet'></i>" :""?>
</td>
<td onclick="toggleOrder(<?=$order->id?>)">
<?=nl2br($order->owner->getCompanyOrName())?>