diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-03-18 21:15:16 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2021-03-18 21:15:16 -0700 |
commit | 3614e9ad2f40e92a91b796ac815398e7b4f96c02 (patch) | |
tree | ff5513d8ef2f86f859e3639bfb45df77c245dab8 /templates/full/ignitionOff.vm | |
parent | 9c8a8f12ef7ab8579101919a39f753d55e267583 (diff) | |
download | trackermap-server-3614e9ad2f40e92a91b796ac815398e7b4f96c02.tar.gz trackermap-server-3614e9ad2f40e92a91b796ac815398e7b4f96c02.tar.bz2 trackermap-server-3614e9ad2f40e92a91b796ac815398e7b4f96c02.zip |
Update event templates
Diffstat (limited to 'templates/full/ignitionOff.vm')
-rw-r--r-- | templates/full/ignitionOff.vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/full/ignitionOff.vm b/templates/full/ignitionOff.vm index 0281eef02..8a546ed29 100644 --- a/templates/full/ignitionOff.vm +++ b/templates/full/ignitionOff.vm @@ -4,7 +4,7 @@ <body> Device: $device.name<br> Ignition OFF<br> -Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $locale, $timezone)<br> +Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br> Point: <a href="$webUrl?eventId=$event.id">#{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}</a><br> </body> </html> |