diff options
author | Anton Tananaev <anton@traccar.org> | 2022-08-02 21:01:06 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-08-02 21:01:06 -0700 |
commit | bb7bdcfc3389b6822b7680837386e3650962f30a (patch) | |
tree | 624eb4d9d8dcb6fff2169db85213387cf91ee26b /templates/full/commandResult.vm | |
parent | bd55a835340547aabc3f401bb97e181a3e70df8f (diff) | |
download | trackermap-server-bb7bdcfc3389b6822b7680837386e3650962f30a.tar.gz trackermap-server-bb7bdcfc3389b6822b7680837386e3650962f30a.tar.bz2 trackermap-server-bb7bdcfc3389b6822b7680837386e3650962f30a.zip |
Notifications unsubscribe option
Diffstat (limited to 'templates/full/commandResult.vm')
-rw-r--r-- | templates/full/commandResult.vm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/full/commandResult.vm b/templates/full/commandResult.vm index 443e1a399..c3b62edf5 100644 --- a/templates/full/commandResult.vm +++ b/templates/full/commandResult.vm @@ -5,6 +5,8 @@ Device: $device.name<br> Result: $position.getString("result")<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br> -Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a> +Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a><br> +<br> +<a href="$webUrl/settings/notifications?token=$token">Unsubscribe</a> </body> </html> |