From a68ce40162afacde6e80a44ca2749e16433334e6 Mon Sep 17 00:00:00 2001 From: xia0ta0 Date: Fri, 30 Aug 2013 09:24:06 +0800 Subject: [PATCH] * fix a bug : edit and delete estimate. --- module/task/view/recordestimate.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/task/view/recordestimate.html.php b/module/task/view/recordestimate.html.php index b891b0bf26..e7e7692859 100644 --- a/module/task/view/recordestimate.html.php +++ b/module/task/view/recordestimate.html.php @@ -35,8 +35,8 @@ status == 'wait' or $task->status == 'doing') { - common::printIcon('task', 'editEstimate', "estimateID=$estimate->id", '', 'list', '', '', '', true); - common::printIcon('task', 'deleteEstimate', "estimateID=$estimate->id", '', 'list', '', 'hiddenwin'); + common::printIcon('task', 'editEstimate', "estimateID=$estimate->id", '', 'list', '', '', 'showinonlybody', true); + common::printIcon('task', 'deleteEstimate', "estimateID=$estimate->id", '', 'list', '', 'hiddenwin', 'showinonlybody'); } ?>