X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/db9bfb69eeab1f5c75f65373c370990445014305..ee49ee74b2a7d3c6daaa2d4bc6397b0c89e3099b:/mobile/tasks.php diff --git a/mobile/tasks.php b/mobile/tasks.php new file mode 100644 index 00000000..9b778bbf --- /dev/null +++ b/mobile/tasks.php @@ -0,0 +1,43 @@ +assign('active_tasks', ttTeamHelper::getActiveTasks($user->team_id)); +$smarty->assign('inactive_tasks', ttTeamHelper::getInactiveTasks($user->team_id)); +$smarty->assign('title', $i18n->getKey('title.tasks')); +$smarty->assign('content_page_name', 'mobile/tasks.tpl'); +$smarty->display('mobile/index.tpl');