From fcdd71af2cabdd1252172ac83a24be8672ca34cc Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 19 Jul 2015 17:03:06 -0400 Subject: Prompt user when moving or duplicate a task to another project --- app/Template/task/duplicate.php | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 app/Template/task/duplicate.php (limited to 'app/Template/task/duplicate.php') diff --git a/app/Template/task/duplicate.php b/app/Template/task/duplicate.php deleted file mode 100644 index e74d2906..00000000 --- a/app/Template/task/duplicate.php +++ /dev/null @@ -1,15 +0,0 @@ - - -
-

- -

- -
- url->link(t('Yes'), 'task', 'duplicate', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'confirmation' => 'yes'), true, 'btn btn-red') ?> - - url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> -
-
\ No newline at end of file -- cgit v1.2.3