mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Show auto added products with blue background
This commit is contained in:
parent
57acb62520
commit
554a83fa01
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user