From a68ce40162afacde6e80a44ca2749e16433334e6 Mon Sep 17 00:00:00 2001 From: xia0ta0 Date: Fri, 30 Aug 2013 09:24:06 +0800 Subject: [PATCH 1/2] * 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'); } ?> From b55a39ee652910fe3f31c6ae9565924109ec633e Mon Sep 17 00:00:00 2001 From: xia0ta0 Date: Fri, 30 Aug 2013 09:28:32 +0800 Subject: [PATCH 2/2] * adjust style of build info. --- module/build/view/view.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/build/view/view.html.php b/module/build/view/view.html.php index 42234ec8af..9dd2dcf790 100644 --- a/module/build/view/view.html.php +++ b/module/build/view/view.html.php @@ -86,7 +86,7 @@
build->basicInfo?> - +
build->product;?> productName;?>