From ae197d30da8d541fd88e97266ce9df4e8ab784ae Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Sat, 2 Mar 2013 14:43:15 +0000 Subject: [PATCH] * change record to recordEstimate. --- module/project/view/task.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/view/task.html.php b/module/project/view/task.html.php index 7e12ff2362..0faf33e3d5 100644 --- a/module/project/view/task.html.php +++ b/module/project/view/task.html.php @@ -125,7 +125,7 @@ var browseType = ''; ?> id", $task, 'list', '', '', 'iframe', true); + common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task, 'list', '', '', 'iframe', true); if($browseType == 'needconfirm') { $lang->task->confirmStoryChange = $lang->confirm;