From ea9aff842534f4e0106745a396199a40ad3c44f5 Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Sat, 2 Mar 2013 14:44:53 +0000 Subject: [PATCH] * change record to recordEstimate. --- module/task/view/view.html.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/module/task/view/view.html.php b/module/task/view/view.html.php index e0d2cf42ff..ac4ceebcda 100644 --- a/module/task/view/view.html.php +++ b/module/task/view/view.html.php @@ -24,13 +24,13 @@ if(!$task->deleted) { ob_start(); - common::printIcon('task', 'assignTo', "projectID=$task->project&taskID=$task->id", $task, 'button', '', '', 'iframe', true); - common::printIcon('task', 'start', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); - common::printIcon('task', 'record', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); - common::printIcon('task', 'finish', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); - common::printIcon('task', 'close', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); - common::printIcon('task', 'activate', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); - common::printIcon('task', 'cancel', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); + common::printIcon('task', 'assignTo', "projectID=$task->project&taskID=$task->id", $task, 'button', '', '', 'iframe', true); + common::printIcon('task', 'start', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); + common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); + common::printIcon('task', 'finish', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); + common::printIcon('task', 'close', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); + common::printIcon('task', 'activate', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); + common::printIcon('task', 'cancel', "taskID=$task->id", $task, 'button', '', '', 'iframe', true); common::printDivider(); common::printIcon('task', 'edit', "taskID=$task->id");