diff --git a/assets/functions.php b/assets/functions.php index 71a3d3a..e5f2d6a 100644 --- a/assets/functions.php +++ b/assets/functions.php @@ -272,7 +272,7 @@ function template_footer($js_script = '') { // DO NOT INDENT THE BELOW CODE echo << - +
$veliti_cim
diff --git a/assets/images/EP.png b/assets/images/EP.png new file mode 100644 index 0000000..b347b58 Binary files /dev/null and b/assets/images/EP.png differ diff --git a/assets/images/tss-persoon.svg b/assets/images/tss-persoon.svg new file mode 100644 index 0000000..17e8764 --- /dev/null +++ b/assets/images/tss-persoon.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dashboard.php b/dashboard.php index 043d04a..3c9ffe3 100644 --- a/dashboard.php +++ b/dashboard.php @@ -141,18 +141,33 @@ if (!empty($geolocation)){ if (!empty($gloc->geolocation) || $gloc->geolocation != '' || $gloc->geolocation != null ){ $glocation = json_decode($gloc->geolocation) ?? ''; if ($glocation[0] != null){ - $add_pos .= 'L.marker({lon: '.$glocation[1].', lat: '.$glocation[0].'}).bindPopup(\''.$gloc->serialnumber.'\').addTo(map);'; + $add_pos .= 'L.marker(['.$glocation[0].', '.$glocation[1].'],{icon: TSSemp}).addTo(map);'; } } } $view .= '
-
+
';