From 4ba89ce9734212cc880ab81c3645272e2882158e Mon Sep 17 00:00:00 2001 From: Tim Krehan Date: Sun, 26 May 2019 18:19:56 +0200 Subject: [PATCH] button theme --- cont/list.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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("