task_close.php 230 B

123456789
  1. <html>
  2. <body>
  3. <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
  4. <p><?= t('The task #%d has been closed.', $task['id']) ?></p>
  5. <?= $this->render('notification/footer', array('task' => $task)) ?>
  6. </body>
  7. </html>