increased icon size
This commit is contained in:
@@ -145,7 +145,7 @@
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</td>
|
</td>
|
||||||
<td class="pb-0" style="cursor:pointer; min-width: 180px;">
|
<td class="pb-0" style="min-width: 180px; font-size: 1.1em;">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$vot = false;
|
$vot = false;
|
||||||
@@ -182,7 +182,7 @@
|
|||||||
<?=($vot || $vo_termin) ? "<i class='fas fa-tools text-purple mr-2' data-toggletooltip='tooltip' title='Vorortinstallation'></i>" : ""?>
|
<?=($vot || $vo_termin) ? "<i class='fas fa-tools text-purple mr-2' data-toggletooltip='tooltip' title='Vorortinstallation'></i>" : ""?>
|
||||||
<?=($hw) ? "<i class='fas fa-shopping-bag text-purple mr-2' data-toggletooltip='tooltip' title='Zusatzprodukt vorhanden'></i>" : ""?>
|
<?=($hw) ? "<i class='fas fa-shopping-bag text-purple mr-2' data-toggletooltip='tooltip' title='Zusatzprodukt vorhanden'></i>" : ""?>
|
||||||
<?=($voip) ? "<i class='fas fa-phone text-purple mr-2' data-toggletooltip='tooltip' title='Voice Produkt vorhanden'></i>" : ""?>
|
<?=($voip) ? "<i class='fas fa-phone text-purple mr-2' data-toggletooltip='tooltip' title='Voice Produkt vorhanden'></i>" : ""?>
|
||||||
<?=($product->order->note) ? "<i class='fas fa-clipboard-list text-purple' data-toggle='popover' data-toggletooltip='tooltip' data-placement='top' data-content='".str_replace('"', '"', str_replace("\n",'<br />',$product->order->note))."'></i>" : ""?>
|
<?=($product->order->note) ? "<a href='#' class='fas fa-clipboard-list text-purple hover-text-red' onclick='return false;' data-toggle='popover' data-toggletooltip='tooltip' data-placement='top' data-content='".str_replace('"', '"', str_replace("\n",'<br />',$product->order->note))."'></a>" : ""?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="<?=($prov_count % 2 == 0) ? "table-bg-even" : "table-bg-odd"?> bottom-no-border top-no-border">
|
<tr class="<?=($prov_count % 2 == 0) ? "table-bg-even" : "table-bg-odd"?> bottom-no-border top-no-border">
|
||||||
|
|||||||
Reference in New Issue
Block a user