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/project_header/dropdown.php | 14 +++++++------- app/Template/project_header/views.php | 18 +++++++++--------- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'app/Template/project_header') diff --git a/app/Template/project_header/dropdown.php b/app/Template/project_header/dropdown.php index 5a27e981..d98552e6 100644 --- a/app/Template/project_header/dropdown.php +++ b/app/Template/project_header/dropdown.php @@ -39,13 +39,13 @@
  • - url->link(t('Activity'), 'activity', 'project', array('project_id' => $project['id'])) ?> + url->link(t('Activity'), 'ActivityController', 'project', array('project_id' => $project['id'])) ?>
  • - user->hasProjectAccess('customfilter', 'index', $project['id'])): ?> + user->hasProjectAccess('CustomFilterController', 'index', $project['id'])): ?>
  • - url->link(t('Custom filters'), 'customfilter', 'index', array('project_id' => $project['id'])) ?> + url->link(t('Custom filters'), 'CustomFilterController', 'index', array('project_id' => $project['id'])) ?>
  • @@ -58,17 +58,17 @@ hook->render('template:project:dropdown', array('project' => $project)) ?> - user->hasProjectAccess('analytic', 'tasks', $project['id'])): ?> + user->hasProjectAccess('AnalyticController', 'tasks', $project['id'])): ?>
  • - url->link(t('Analytics'), 'analytic', 'tasks', array('project_id' => $project['id'])) ?> + url->link(t('Analytics'), 'AnalyticController', 'tasks', array('project_id' => $project['id'])) ?>
  • - user->hasProjectAccess('export', 'tasks', $project['id'])): ?> + user->hasProjectAccess('ExportController', 'tasks', $project['id'])): ?>
  • - url->link(t('Exports'), 'export', 'tasks', array('project_id' => $project['id'])) ?> + url->link(t('Exports'), 'ExportController', 'tasks', array('project_id' => $project['id'])) ?>
  • diff --git a/app/Template/project_header/views.php b/app/Template/project_header/views.php index 353e4b62..e444235a 100644 --- a/app/Template/project_header/views.php +++ b/app/Template/project_header/views.php @@ -1,24 +1,24 @@ \ No newline at end of file + -- cgit v1.2.3