X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fnotifications.tpl;h=71cc13a335e155b652822f172d0bcbcf2bf0bb48;hb=a94cf5b21ee9cc76ff7dda42563444011800f462;hp=8b1d95b1e4226d6b7cd47837aff6a09f2a5a03e8;hpb=a781da5661a1932521e0d1feb4be340b97edce9a;p=timetracker.git diff --git a/WEB-INF/templates/notifications.tpl b/WEB-INF/templates/notifications.tpl index 8b1d95b1..71cc13a3 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} @@ -31,4 +33,4 @@ -{$forms.notificationsForm.close} \ No newline at end of file +{$forms.notificationsForm.close}