Added title text to new buttons in Order/Index
This commit is contained in:
@@ -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())?>
|
||||
|
||||
Reference in New Issue
Block a user