diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-10 13:09:45 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-10 13:09:45 +0500 |
commit | 50ca72b3249bece77434a8d5151577dcd8867697 (patch) | |
tree | 889fc63b04191a5e0af129c14c09579fb761b1e9 /templates/mail/deviceStopped.vm | |
parent | 17dc43290bb821c77eaaf196e4c6fef4d5c1a343 (diff) | |
download | trackermap-server-50ca72b3249bece77434a8d5151577dcd8867697.tar.gz trackermap-server-50ca72b3249bece77434a8d5151577dcd8867697.tar.bz2 trackermap-server-50ca72b3249bece77434a8d5151577dcd8867697.zip |
- Use URL builder
- Use Curly braces in templates
Diffstat (limited to 'templates/mail/deviceStopped.vm')
-rw-r--r-- | templates/mail/deviceStopped.vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mail/deviceStopped.vm b/templates/mail/deviceStopped.vm index a831b9abb..c36e6f1b6 100644 --- a/templates/mail/deviceStopped.vm +++ b/templates/mail/deviceStopped.vm @@ -5,6 +5,6 @@ Device: $device.name<br> Stopped<br> Time: $event.serverTime<br> -Point: <a href="$webUrl?eventId=$event.id">#if($position.address)$position.address#{else}$position.latitude°, $position.longitude°#end</a><br> +Point: <a href="$webUrl?eventId=$event.id">#{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}</a><br> </body> </html> |