mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-06-21 01:25:52 +02:00
mod/notification-email: add the link symbol
This commit is contained in:
parent
74dc809b98
commit
2a95687477
1 changed files with 2 additions and 1 deletions
|
@ -202,7 +202,8 @@
|
|||
}
|
||||
:local Signature [ $EitherOr [ $NotificationEMailSignature ] [ /system/note/get note ] ];
|
||||
:set Body ($Body . "\n" . \
|
||||
[ $IfThenElse ([ :len ($Notification->"link") ] > 0) ("\n" . ($Notification->"link")) ] . \
|
||||
[ $IfThenElse ([ :len ($Notification->"link") ] > 0) \
|
||||
("\n" . [ $SymbolForNotification "link" ] . ($Notification->"link")) ] . \
|
||||
[ $IfThenElse ($Truncated = true) ("\n" . [ $SymbolForNotification "scissors" ] . \
|
||||
"The message was too long and has been truncated!") ] . \
|
||||
[ $IfThenElse ([ :len $Signature ] > 0) ("\n-- \n" . $Signature) "" ]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue