3
1

task_file_create.php 228 B

123456789
  1. <html>
  2. <body>
  3. <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
  4. <p><?= t('New attachment added "%s"', $file['name']) ?></p>
  5. <?= $this->render('notification/footer', array('task' => $task)) ?>
  6. </body>
  7. </html>