* adjust code for task #536.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-10-29 03:35:05 +00:00
parent 7b7c7497f0
commit 7781f1cbca
13 changed files with 323 additions and 325 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<?php
if($browseType != 'needconfirm') common::printLink('task', 'export', "projectID=$projectID&orderBy=$orderBy", $lang->export, '', 'class="export"');
common::printLink('project', 'importTask', "project=$project->id", $lang->project->importTask);
common::printLink('task', 'importFromBug', "projectID=$project->id", $lang->task->importFromBug);
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);