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