Show auto added products with blue background

This commit is contained in:
Bernd Bestel
2018-01-04 22:23:24 +01:00
parent 57acb62520
commit 554a83fa01

View File

@@ -21,7 +21,7 @@
</thead> </thead>
<tbody> <tbody>
<?php foreach ($listItems as $listItem) : ?> <?php foreach ($listItems as $listItem) : ?>
<tr> <tr class="<?php if ($listItem->amount_autoadded > 0) echo 'info-bg'; ?>">
<td class="fit-content"> <td class="fit-content">
<a class="btn btn-info" href="/shoppinglistitem/<?php echo $listItem->id; ?>" role="button"> <a class="btn btn-info" href="/shoppinglistitem/<?php echo $listItem->id; ?>" role="button">
<i class="fa fa-pencil"></i> <i class="fa fa-pencil"></i>