X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fnotifications.tpl;h=71cc13a335e155b652822f172d0bcbcf2bf0bb48;hb=9df2c85d1cd3337978dcb72d5f12c602f2588cb7;hp=7d51f52ad7b57ae66f4090f853a0c7efe0aebb7d;hpb=7ece3d4c1cf7c91fc469373a6b8a997fd4ea3398;p=timetracker.git diff --git a/WEB-INF/templates/notifications.tpl b/WEB-INF/templates/notifications.tpl index 7d51f52a..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} {$notification['cron_spec']|escape} {$notification['email']|escape} + {$notification['report_condition']|escape} {$i18n.label.edit} {$i18n.label.delete}