From e18ee929a68076c5693dcb027fb45ded23044201 Mon Sep 17 00:00:00 2001 From: Walter Hupfeld Date: Fri, 28 Jul 2023 22:36:31 +0200 Subject: [PATCH] checkbox --- config.php | 28 +++++++++++++--------------- index.php | 28 +++++++++++++++++++++++++--- lib/functions.php | 36 +++++++++++++++++------------------- 3 files changed, 55 insertions(+), 37 deletions(-) diff --git a/config.php b/config.php index de0f174..a1eb765 100644 --- a/config.php +++ b/config.php @@ -17,12 +17,12 @@ try { $arrVehicles = array ( - 1 => "Fahrrad", - 2 => "PKW", - 3 => "Fussgänger", - 4 => "Kraftrad", - 5 => "LKW", - 6 => "Sonstiges" + 1 => "Fahrrad", + 2 => "PKW", + 3 => "Fussgänger", + 4 => "Kraftrad", + 5 => "LKW", + 6 => "Sonstiges" ); $arrVehicles_pl = array ( @@ -35,16 +35,15 @@ $arrVehicles_pl = array ( ); $arrWochentage = array ( - 1 => "Sonntag", - 2 => "Montag", - 3 => "Dienstag", - 4 => "Mittwoch", - 5 => "Donnerstag", - 6 => "Freitag", - 7 => "Samstag" + 1 => "Sonntag", + 2 => "Montag", + 3 => "Dienstag", + 4 => "Mittwoch", + 5 => "Donnerstag", + 6 => "Freitag", + 7 => "Samstag" ); - $arrCategory = array ( 1 => "Unfall mit Getöteten", 2 => "Unfall mit Schwerverletztem", @@ -108,7 +107,6 @@ $arrMarkerType = array ( 5=>"truckMarker", ); - $arrIcon = array ( 0 => "", 1 => "", diff --git a/index.php b/index.php index b296e55..7da5611 100644 --- a/index.php +++ b/index.php @@ -220,9 +220,8 @@
+