From 1353929a7dbd3f2e897fa7d3ab88e959ca573f9f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 28 May 2016 13:41:54 -0400 Subject: Rename controllers --- app/Template/listing/show.php | 62 ------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 app/Template/listing/show.php (limited to 'app/Template/listing/show.php') diff --git a/app/Template/listing/show.php b/app/Template/listing/show.php deleted file mode 100644 index 4ceb7f87..00000000 --- a/app/Template/listing/show.php +++ /dev/null @@ -1,62 +0,0 @@ -
- projectHeader->render($project, 'Listing', 'show') ?> - - isEmpty()): ?> -

- isEmpty()): ?> - - - - - - - - - - - - getCollection() as $task): ?> - - - - - - - - - - - -
order(t('Id'), 'tasks.id') ?>order(t('Swimlane'), 'tasks.swimlane_id') ?>order(t('Column'), 'tasks.column_id') ?>order(t('Category'), 'tasks.category_id') ?>order(t('Title'), 'tasks.title') ?>order(t('Assignee'), 'users.username') ?>order(t('Due date'), 'tasks.date_due') ?>order(t('Status'), 'tasks.is_active') ?>
- user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?> - render('task/dropdown', array('task' => $task)) ?> - - # - - - text->e($task['swimlane_name'] ?: $task['default_swimlane']) ?> - - text->e($task['column_name']) ?> - - text->e($task['category_name']) ?> - - url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> - - - text->e($task['assignee_name'] ?: $task['assignee_username']) ?> - - - - - dt->date($task['date_due']) ?> - - - - - - -
- - - -
-- cgit v1.2.3