diff --git a/module/task/view/recordestimate.html.php b/module/task/view/recordestimate.html.php index 9d5ad61e44..0c782791c5 100644 --- a/module/task/view/recordestimate.html.php +++ b/module/task/view/recordestimate.html.php @@ -60,7 +60,7 @@ team) or $task->assignedTo == $this->app->user->account):?> status == 'wait' or $task->status == 'pause' or $task->status == 'doing') and ($this->app->user->admin or $this->app->user->account == $estimate->account)) + if($this->app->user->admin or $this->app->user->account == $estimate->account) { common::printIcon('task', 'editEstimate', "estimateID=$estimate->id", '', 'list', 'pencil', '', 'showinonlybody', true); common::printIcon('task', 'deleteEstimate', "estimateID=$estimate->id", '', 'list', 'close', 'hiddenwin', 'showinonlybody'); @@ -82,7 +82,6 @@ - status, array('wait', 'pause', 'doing'))):?> @@ -96,7 +95,6 @@ -