From 8d544b2393f77485136074a4df7c76eedae3be62 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Sat, 30 Jun 2012 07:06:59 +0000 Subject: [PATCH] * Adjust the icon. --- module/project/view/taskheader.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/project/view/taskheader.html.php b/module/project/view/taskheader.html.php index fd2ae663e0..1ac115cf30 100644 --- a/module/project/view/taskheader.html.php +++ b/module/project/view/taskheader.html.php @@ -21,12 +21,12 @@
export, '', 'class="export"'); + if($browseType != 'needconfirm') common::printLink('task', 'export', "projectID=$projectID&orderBy=$orderBy", ' ', '', "class='export icon-green-big-export' title='{$lang->export}'"); common::printLink('project', 'importTask', "project=$project->id", $lang->project->importTask); common::printLink('project', 'importBug', "projectID=$project->id", $lang->project->importBug); - common::printLink('task', 'report', "project=$project->id&browseType=$browseType", $lang->task->report->common); - common::printLink('task', 'batchCreate', "projectID=$project->id", $lang->task->batchCreate); - common::printLink('task', 'create', "project=$project->id", $lang->task->create); + common::printLink('task', 'report', "project=$project->id&browseType=$browseType", ' ', '', "class='icon-green-big-report' title='{$lang->task->report->common}'"); + common::printLink('task', 'batchCreate', "projectID=$project->id", ' ', '', "class='icon-green-big-task-batchCreate' title='{$lang->task->batchCreate}'"); + common::printLink('task', 'create', "project=$project->id", ' ', '', "class='icon-green-big-task-create' title='{$lang->task->create}'"); ?>