mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Show auto added products with blue background
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user