Added title text to new buttons in Order/Index

This commit is contained in:
Frank Schubert
2021-08-27 19:43:48 +02:00
parent a40dc708fa
commit c5debed1b4

View File

@@ -78,8 +78,8 @@
}
?>
<?=($voip) ? "<i class='fas fa-phone text-pink ml-1'></i>" : ""?>
<?=($hw) ? "<i class='fas fa-shopping-bag text-pink ml-1'></i>" : ""?>
<?=($hw) ? "<i class='fas fa-shopping-bag text-pink ml-1' title='Zusatzprodukt vorhanden'></i>" : ""?>
<?=($voip) ? "<i class='fas fa-phone text-pink ml-1' title='Voice Produkt vorhanden'></i>" : ""?>
</td>
<td>
<?=nl2br($order->owner->getCompanyOrName())?>