aboutsummaryrefslogtreecommitdiff
path: root/templates/sms
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-07-13 10:05:57 +0500
committerAbyss777 <abyss@fox5.ru>2017-07-13 10:05:57 +0500
commite776aa3351535f78c60ab9502dd1154e2b973227 (patch)
treeb19a69b83975aceca5ffa854da5181e62221fc0e /templates/sms
parent74471c1fbbb7e8a09a6958fa88930a2905b4a3eb (diff)
downloadtraccar-server-e776aa3351535f78c60ab9502dd1154e2b973227.tar.gz
traccar-server-e776aa3351535f78c60ab9502dd1154e2b973227.tar.bz2
traccar-server-e776aa3351535f78c60ab9502dd1154e2b973227.zip
- Save both driver name and driver unique id in trip report
- Map user and driver objects to notification templates - Add driverUnauthorized templates
Diffstat (limited to 'templates/sms')
-rw-r--r--templates/sms/driverUnauthorized.vm6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/sms/driverUnauthorized.vm b/templates/sms/driverUnauthorized.vm
new file mode 100644
index 000000000..52c819eb8
--- /dev/null
+++ b/templates/sms/driverUnauthorized.vm
@@ -0,0 +1,6 @@
+#if($driver)
+#set($driverName = $driver.name)
+#else
+#set($driverName = $event.getString("driverUniqueId"))
+#end
+$driverName is unauthorized for $device.name at $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $locale, $timezone)