diff options
Diffstat (limited to 'templates/mail/deviceMoving.vm')
-rw-r--r-- | templates/mail/deviceMoving.vm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/mail/deviceMoving.vm b/templates/mail/deviceMoving.vm deleted file mode 100644 index 6e98af1de..000000000 --- a/templates/mail/deviceMoving.vm +++ /dev/null @@ -1,10 +0,0 @@ -#set($subject = "$device.name: moving") -<!DOCTYPE html> -<html> -<body> -Device: $device.name<br> -Moving<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> |