= t('No new notifications.') ?>
= t('Notification') ?> | = t('Date') ?> | = t('Action') ?> |
---|---|---|
text->contains($notification['event_name'], 'subtask')): ?> text->contains($notification['event_name'], 'task.move')): ?> text->contains($notification['event_name'], 'task.overdue')): ?> text->contains($notification['event_name'], 'task')): ?> text->contains($notification['event_name'], 'comment')): ?> text->contains($notification['event_name'], 'file')): ?> text->contains($notification['event_name'], 'task.overdue')): ?> 1): ?> = $notification['title'] ?> = $this->url->link($notification['title'], 'WebNotificationController', 'redirect', array('notification_id' => $notification['id'], 'user_id' => $user['id'])) ?> | = $this->dt->datetime($notification['date_creation']) ?> | = $this->url->link(t('Mark as read'), 'WebNotificationController', 'remove', array('user_id' => $user['id'], 'notification_id' => $notification['id'])) ?> |