= 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'], 'comment')): ?> = $this->url->link($notification['title'], 'task', 'show', array('task_id' => $notification['event_data']['task']['id'], 'project_id' => $notification['event_data']['task']['project_id']), false, '', '', false, 'comment-'.$notification['event_data']['comment']['id']) ?> text->contains($notification['event_name'], 'task.overdue')): ?> 1): ?> = $notification['title'] ?> = $this->url->link($notification['title'], 'task', 'show', array('task_id' => $notification['event_data']['tasks'][0]['id'], 'project_id' => $notification['event_data']['tasks'][0]['project_id'])) ?> = $this->url->link($notification['title'], 'task', 'show', array('task_id' => $notification['event_data']['task']['id'], 'project_id' => $notification['event_data']['task']['project_id'])) ?> | = $this->dt->datetime($notification['date_creation']) ?> | = $this->url->link(t('Mark as read'), 'webNotification', 'remove', array('user_id' => $user['id'], 'notification_id' => $notification['id'])) ?> |