= $content ?>-
From 1353929a7dbd3f2e897fa7d3ab88e959ca573f9f Mon Sep 17 00:00:00 2001
From: Frederic Guillot
@@ -63,9 +63,9 @@
- = $this->url->link(t('Remove'), 'action', 'confirm', array('project_id' => $project['id'], 'action_id' => $action['id']), false, 'popover') ?>
+ = $this->url->link(t('Remove'), 'ActionController', 'confirm', array('project_id' => $project['id'], 'action_id' => $action['id']), false, 'popover') ?>
-
\ No newline at end of file
+
diff --git a/app/Template/action/remove.php b/app/Template/action/remove.php
index 070a7918..384bec7a 100644
--- a/app/Template/action/remove.php
+++ b/app/Template/action/remove.php
@@ -8,8 +8,8 @@
= t('There is no available project.') ?>
- - - \ No newline at end of file diff --git a/app/Template/activity/project.php b/app/Template/activity/project.php index 70235cfc..ce1c8c0f 100644 --- a/app/Template/activity/project.php +++ b/app/Template/activity/project.php @@ -1,5 +1,5 @@= t('Column title') ?> | @@ -41,10 +41,10 @@= $this->text->e($filter['owner_name'] ?: $filter['owner_username']) ?> |
- user->getId() || $this->user->hasProjectAccess('customfilter', 'edit', $project['id'])): ?>
+ user->getId() || $this->user->hasProjectAccess('CustomFilterController', 'edit', $project['id'])): ?>
- = $this->url->link(t('Yes'), 'customfilter', 'remove', array('project_id' => $project['id'], 'filter_id' => $filter['id']), true, 'btn btn-red') ?>
+ = $this->url->link(t('Yes'), 'CustomFilterController', 'remove', array('project_id' => $project['id'], 'filter_id' => $filter['id']), true, 'btn btn-red') ?>
= t('or') ?>
- = $this->url->link(t('cancel'), 'customfilter', 'index', array('project_id' => $project['id']), false, 'close-popover') ?>
+ = $this->url->link(t('cancel'), 'CustomFilterController', 'index', array('project_id' => $project['id']), false, 'close-popover') ?>
diff --git a/app/Template/dashboard/calendar.php b/app/Template/dashboard/calendar.php
index a154203b..75c96d83 100644
--- a/app/Template/dashboard/calendar.php
+++ b/app/Template/dashboard/calendar.php
@@ -1,5 +1,5 @@
-
\ No newline at end of file
+
diff --git a/app/Template/gantt/projects.php b/app/Template/gantt/projects.php
index b8431d03..9241e372 100644
--- a/app/Template/gantt/projects.php
+++ b/app/Template/gantt/projects.php
@@ -4,8 +4,8 @@
= $content ?>-
= t('Add a new link') ?>-= t('Link modification') ?>- |
|
---|
= $paginator->order(t('Id'), 'tasks.id') ?> | -= $paginator->order(t('Swimlane'), 'tasks.swimlane_id') ?> | -= $paginator->order(t('Column'), 'tasks.column_id') ?> | -= $paginator->order(t('Category'), 'tasks.category_id') ?> | -= $paginator->order(t('Title'), 'tasks.title') ?> | -= $paginator->order(t('Assignee'), 'users.username') ?> | -= $paginator->order(t('Due date'), 'tasks.date_due') ?> | -= $paginator->order(t('Status'), 'tasks.is_active') ?> | -
---|---|---|---|---|---|---|---|
- user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?> - = $this->render('task/dropdown', array('task' => $task)) ?> - - #= $task['id'] ?> - - | -- = $this->text->e($task['swimlane_name'] ?: $task['default_swimlane']) ?> - | -- = $this->text->e($task['column_name']) ?> - | -- = $this->text->e($task['category_name']) ?> - | -- = $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> - | -- - = $this->text->e($task['assignee_name'] ?: $task['assignee_username']) ?> - - = t('Unassigned') ?> - - | -- = $this->dt->date($task['date_due']) ?> - | -- - = t('Open') ?> - - = t('Closed') ?> - - | -
= t('To reset your password click on this link:') ?>
-= $this->url->to('PasswordReset', 'change', array('token' => $token), '', true) ?>
+= $this->url->to('PasswordResetController', 'change', array('token' => $token), '', true) ?>
= t('There is no available project.') ?>
+ += t('Private projects do not have users and groups management.') ?>
diff --git a/app/Template/project_file/create.php b/app/Template/project_file/create.php index 9858b273..e262799b 100644 --- a/app/Template/project_file/create.php +++ b/app/Template/project_file/create.php @@ -4,7 +4,7 @@ @@ -18,7 +18,7 @@= t('No project') ?>
- -= $paginator->order(t('User'), 'users.username') ?> | -= $paginator->order(t('Project'), 'projects.name') ?> | -= t('Columns') ?> | -
---|---|---|
- = $this->text->e($this->user->getFullname($project)) ?> - | -- = $this->url->link('', 'board', 'show', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Board')) ?> - = $this->url->link('', 'gantt', 'project', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Gantt chart')) ?> - = $this->url->link('', 'ProjectViewController', 'show', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Project settings')) ?> - - = $this->text->e($project['project_name']) ?> - | -- - = $column['nb_tasks'] ?> - = $this->text->e($column['title']) ?> - - | -
= t('No tasks found.') ?>
-isEmpty()): ?> -= $paginator->order(t('Id'), 'tasks.id') ?> | -= $paginator->order(t('Project'), 'projects.name') ?> | -= $paginator->order(t('Column'), 'tasks.column_id') ?> | -= $paginator->order(t('Title'), 'tasks.title') ?> | -= $paginator->order(t('Assignee'), 'users.username') ?> | -= $paginator->order(t('Start date'), 'tasks.date_started') ?> | -= $paginator->order(t('Due date'), 'tasks.date_due') ?> | -
---|---|---|---|---|---|---|
- = $this->url->link('#'.$this->text->e($task['id']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> - | -- = $this->url->link($this->text->e($task['project_name']), 'board', 'show', array('project_id' => $task['project_id'])) ?> - | -- = $this->text->e($task['column_name']) ?> - | -- = $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> - | -- - = $this->text->e($task['assignee_name'] ?: $task['assignee_username']) ?> - - = t('Unassigned') ?> - - | -- = $this->dt->date($task['date_started']) ?> - | -- = $this->dt->date($task['date_due']) ?> - | -
= t('There is no project member.') ?>
- -= $role_name ?> |
---|
- = $this->url->link($this->text->e($user), 'Projectuser', 'opens', array('user_id' => $user_id)) ?> - |
= t('No project') ?>
+ += $paginator->order(t('User'), 'users.username') ?> | += $paginator->order(t('Project'), 'projects.name') ?> | += t('Columns') ?> | +
---|---|---|
+ = $this->text->e($this->user->getFullname($project)) ?> + | ++ = $this->url->link('', 'board', 'show', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Board')) ?> + = $this->url->link('', 'gantt', 'project', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Gantt chart')) ?> + = $this->url->link('', 'ProjectViewController', 'show', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Project settings')) ?> + + = $this->text->e($project['project_name']) ?> + | ++ + = $column['nb_tasks'] ?> + = $this->text->e($column['title']) ?> + + | +
= t('No tasks found.') ?>
+isEmpty()): ?> += $paginator->order(t('Id'), 'tasks.id') ?> | += $paginator->order(t('Project'), 'projects.name') ?> | += $paginator->order(t('Column'), 'tasks.column_id') ?> | += $paginator->order(t('Title'), 'tasks.title') ?> | += $paginator->order(t('Assignee'), 'users.username') ?> | += $paginator->order(t('Start date'), 'tasks.date_started') ?> | += $paginator->order(t('Due date'), 'tasks.date_due') ?> | +
---|---|---|---|---|---|---|
+ = $this->url->link('#'.$this->text->e($task['id']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> + | ++ = $this->url->link($this->text->e($task['project_name']), 'board', 'show', array('project_id' => $task['project_id'])) ?> + | ++ = $this->text->e($task['column_name']) ?> + | ++ = $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> + | ++ + = $this->text->e($task['assignee_name'] ?: $task['assignee_username']) ?> + + = t('Unassigned') ?> + + | ++ = $this->dt->date($task['date_started']) ?> + | ++ = $this->dt->date($task['date_due']) ?> + | +
= t('There is no project member.') ?>
+ += $role_name ?> |
---|
+ = $this->url->link($this->text->e($user), 'ProjectUserOverviewController', 'opens', array('user_id' => $user_id)) ?> + |
= t('Name') ?> | @@ -20,13 +20,13 @@= t('Dependency') ?> | = t('Creator') ?> | = t('Date') ?> | - user->hasProjectAccess('TaskExternalLink', 'edit', $task['project_id'])): ?> + user->hasProjectAccess('TaskExternalLinkController', 'edit', $task['project_id'])): ?>= t('Action') ?> | = $this->dt->date($link['date_creation']) ?> | - user->hasProjectAccess('TaskExternalLink', 'edit', $task['project_id'])): ?> + user->hasProjectAccess('TaskExternalLinkController', 'edit', $task['project_id'])): ?>
|
diff --git a/app/Template/task_file/create.php b/app/Template/task_file/create.php
index e3bbfa2b..e05cf829 100644
--- a/app/Template/task_file/create.php
+++ b/app/Template/task_file/create.php
@@ -18,7 +18,7 @@
---|
= t('Take a screenshot and press CTRL+V or ⌘+V to paste here.') ?>
= t('No tasks found.') ?>
+ isEmpty()): ?> += $paginator->order(t('Id'), 'tasks.id') ?> | += $paginator->order(t('Swimlane'), 'tasks.swimlane_id') ?> | += $paginator->order(t('Column'), 'tasks.column_id') ?> | += $paginator->order(t('Category'), 'tasks.category_id') ?> | += $paginator->order(t('Title'), 'tasks.title') ?> | += $paginator->order(t('Assignee'), 'users.username') ?> | += $paginator->order(t('Due date'), 'tasks.date_due') ?> | += $paginator->order(t('Status'), 'tasks.is_active') ?> | +
---|---|---|---|---|---|---|---|
+ user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?> + = $this->render('task/dropdown', array('task' => $task)) ?> + + #= $task['id'] ?> + + | ++ = $this->text->e($task['swimlane_name'] ?: $task['default_swimlane']) ?> + | ++ = $this->text->e($task['column_name']) ?> + | ++ = $this->text->e($task['category_name']) ?> + | ++ = $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> + | ++ + = $this->text->e($task['assignee_name'] ?: $task['assignee_username']) ?> + + = t('Unassigned') ?> + + | ++ = $this->dt->date($task['date_due']) ?> + | ++ + = t('Open') ?> + + = t('Closed') ?> + + | +