+ the page of tasks report

This commit is contained in:
wenjie@cnezsoft.com
2011-04-16 05:51:03 +00:00
parent b1688e0067
commit 5b30906c43
+1
View File
@@ -20,6 +20,7 @@
<?php
echo html::export2csv($lang->exportCSV, $lang->setFileName);
common::printLink('project', 'importTask', "project=$project->id", $lang->project->importTask);
common::printLink('task', 'report', "project=$project->id&browseType=$browseType", $lang->task->report->common);
common::printLink('task', 'create', "project=$project->id", $lang->task->create);
?>
</div>