X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fnotifications.tpl;h=c9f43f2f43a464c346b45d58a6b044c2c2376f2b;hb=57fee3137bba95e2a9f07035f7208d4dbf9b65cd;hp=7daf3dc9215cce5f561e8b2679fae927b55625b1;hpb=5519f0c3855c71a81442f3da1d135df89f1baf71;p=timetracker.git diff --git a/WEB-INF/templates/notifications.tpl b/WEB-INF/templates/notifications.tpl index 7daf3dc9..c9f43f2f 100644 --- a/WEB-INF/templates/notifications.tpl +++ b/WEB-INF/templates/notifications.tpl @@ -8,15 +8,17 @@ {$i18n.label.thing_name} {$i18n.label.cron_schedule} {$i18n.label.email} + {$i18n.label.condition} {$i18n.label.edit} {$i18n.label.delete} {if $notifications} {foreach $notifications as $notification} - {$notification['name']|escape:'html'} - {$notification['cron_spec']|escape:'html'} - {$notification['email']|escape:'html'} + {$notification['name']|escape} + {$notification['cron_spec']|escape} + {$notification['email']|escape} + {$notification['report_condition']|escape} {$i18n.label.edit} {$i18n.label.delete}