X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fnotifications.tpl;h=71cc13a335e155b652822f172d0bcbcf2bf0bb48;hb=7fbd29498b99eb787c4ba799559603c10cc086e6;hp=78bd8b19818ea35d26f1c87c15c1aff78f4f5b3d;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/notifications.tpl b/WEB-INF/templates/notifications.tpl index 78bd8b19..71cc13a3 100644 --- a/WEB-INF/templates/notifications.tpl +++ b/WEB-INF/templates/notifications.tpl @@ -2,33 +2,35 @@
- {if $user->canManageTeam()} - +{if $user->canManageTeam()} +
+ - {if $notifications} - {foreach $notifications as $notification} - - - - + {if $notifications} + {foreach $notifications as $notification} + + + + + - {/foreach} - {/if} + {/foreach} + {/if}
{$i18n.label.thing_name} {$i18n.label.cron_schedule} {$i18n.label.email}{$i18n.label.condition} {$i18n.label.edit} {$i18n.label.delete}
{$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}
- + -

{$forms.notificationsForm.btn_add.control}
- {/if} +
+{/if} -{$forms.notificationsForm.close} \ No newline at end of file +{$forms.notificationsForm.close}