Added external_id filter to Product/Index

This commit is contained in:
Frank Schubert
2023-02-28 13:31:49 +01:00
parent 76a6d0bfcc
commit 3b4772ca4e
3 changed files with 40 additions and 9 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
<th></th>
</tr>
<?php foreach($campaigns as $camp): ?>
<tr style="<?=(date('U') >= $camp->from && date('U') <= $camp->to) ? "background-color: #f0fff0" : ""?>">
<tr <?=(date('U') >= $camp->from && date('U') <= $camp->to) ? "class='active'" : ""?>>
<td class="text-right">
<?php if(date('U') >= $camp->from && date('U') <= $camp->to): ?>
<span class="fa-stack" title="Vorbestellkampagne aktiv">