summaryrefslogtreecommitdiff
path: root/app/Template/task/open.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task/open.php')
-rw-r--r--app/Template/task/open.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/Template/task/open.php b/app/Template/task/open.php
deleted file mode 100644
index fbcc1111..00000000
--- a/app/Template/task/open.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<div class="page-header">
- <h2><?= t('Open a task') ?></h2>
-</div>
-
-<div class="confirm">
- <p class="alert alert-info">
- <?= t('Do you really want to open this task: "%s"?', $this->e($task['title'])) ?>
- </p>
-
- <div class="form-actions">
- <?= $this->url->link(t('Yes'), 'task', 'open', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'confirmation' => 'yes'), true, 'btn btn-red') ?>
- <?= t('or') ?>
- <?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
- </div>
-</div> \ No newline at end of file