From 1d2c16abc907942d8c8556a4fd3781024506ac98 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 1 Mar 2010 07:36:50 +0000 Subject: [PATCH] + add link to task name. --- module/project/view/task.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/project/view/task.html.php b/module/project/view/task.html.php index 6d785b1322..4ee8b2ef95 100644 --- a/module/project/view/task.html.php +++ b/module/project/view/task.html.php @@ -48,9 +48,9 @@ owner == $app->user->account ? 'style=color:red' : '';?> - createLink('task', 'view', "task=$task->id"), sprintf('%03d', $task->id)); else printf('%03d', $task->id);?> + id", sprintf('%03d', $task->id))) printf('%03d', $task->id);?> pri;?> - name;?> + id", $task->name)) echo $task->name;?> >ownerRealName;?> estimate;?> consumed;?> @@ -68,8 +68,8 @@ ?> - createLink('task', 'edit', "taskid=$task->id"), $lang->edit);?> - createLink('task', 'delete', "projectID=$task->project&taskid=$task->id"), $lang->delete, 'hiddenwin');?> + id", $lang->edit);?> + project&taskid=$task->id", $lang->delete, 'hiddenwin');?>