mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Show auto added products with blue background
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach ($listItems as $listItem) : ?>
|
||||
<tr>
|
||||
<tr class="<?php if ($listItem->amount_autoadded > 0) echo 'info-bg'; ?>">
|
||||
<td class="fit-content">
|
||||
<a class="btn btn-info" href="/shoppinglistitem/<?php echo $listItem->id; ?>" role="button">
|
||||
<i class="fa fa-pencil"></i>
|
||||
|
Reference in New Issue
Block a user