diff options
Diffstat (limited to 'templates/mail/deviceStopped.vm')
-rw-r--r-- | templates/mail/deviceStopped.vm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/mail/deviceStopped.vm b/templates/mail/deviceStopped.vm deleted file mode 100644 index 2ec0f8db9..000000000 --- a/templates/mail/deviceStopped.vm +++ /dev/null @@ -1,10 +0,0 @@ -#set($subject = "$device.name: stopped") -<!DOCTYPE html> -<html> -<body> -Device: $device.name<br> -Stopped<br> -Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $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> |