diff --git a/cont/list.php b/cont/list.php index e5c97ef..bef7864 100644 --- a/cont/list.php +++ b/cont/list.php @@ -20,8 +20,10 @@ foreach ($shopping->list as $index => $item) { if ($index % 2 == 0) { $color_theme = "bg-primary"; + $button_theme = "btn-primary"; } else { $color_theme = "bg-secondary"; + $button_theme = "btn-secondary"; } if ($item->Erledigt) { $div_item_row_color_classes = "bg-success"; @@ -36,7 +38,7 @@ print_r("
$item->Anzahl $item->Einheit
"); print_r("
$item->Name
"); print_r("
"); - print_r(""); + print_r(""); print_r("