Changed some icon colors

This commit is contained in:
Frank Schubert
2021-10-21 21:51:32 +02:00
parent 1fa9d4b85f
commit 01375c0a74
2 changed files with 8 additions and 8 deletions

View File

@@ -146,10 +146,10 @@
}
}
?>
<?=($vot) ? "<i class='fas fa-tools text-info mr-2' title='Vorortinstallation'></i>" : ""?>
<?=($hw) ? "<i class='fas fa-shopping-bag text-info mr-2' title='Zusatzprodukt vorhanden'></i>" : ""?>
<?=($voip) ? "<i class='fas fa-phone text-info mr-2' title='Voice Produkt vorhanden'></i>" : ""?>
<?=($product->order->note) ? "<i class='fas fa-clipboard-list text-info' title='Kommentar: ".str_replace('"', '&#34;', $product->order->note)."'></i>" : ""?>
<?=($vot) ? "<i class='fas fa-tools text-purple mr-2' title='Vorortinstallation'></i>" : ""?>
<?=($hw) ? "<i class='fas fa-shopping-bag text-purple mr-2' title='Zusatzprodukt vorhanden'></i>" : ""?>
<?=($voip) ? "<i class='fas fa-phone text-purple mr-2' title='Voice Produkt vorhanden'></i>" : ""?>
<?=($product->order->note) ? "<i class='fas fa-clipboard-list text-purple' title='Kommentar: ".str_replace('"', '&#34;', $product->order->note)."'></i>" : ""?>
</td>
</tr>
<tr class="<?=($prov_count % 2 == 0) ? "table-bg-even" : "table-bg-odd"?> ">

View File

@@ -158,8 +158,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>" : ""?>
<?=($hw) ? "<i class='fas fa-shopping-bag text-purple ml-1' title='Zusatzprodukt vorhanden'></i>" : ""?>
<?=($voip) ? "<i class='fas fa-phone text-purple ml-1' title='Voice Produkt vorhanden'></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>" :""?>
@@ -347,8 +347,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>" : ""?>
<?=($hw) ? "<i class='fas fa-shopping-bag text-purple ml-1' title='Zusatzprodukt vorhanden'></i>" : ""?>
<?=($voip) ? "<i class='fas fa-phone text-purple ml-1' title='Voice Produkt vorhanden'></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>" :""?>