+ init the code to import task.

This commit is contained in:
wangchunsheng
2010-01-05 05:09:13 +00:00
parent 0ccde7d24e
commit 382e6d5e69
5 changed files with 107 additions and 1 deletions

View File

@@ -30,7 +30,10 @@
<?php include './project.html.php';?>
</div>
<div class='f-right'>
<?php if(common::hasPriv('task', 'create')) echo html::a($this->createLink('task', 'create', "project=$project->id"), $lang->task->create);?>
<?php
common::printLink('task', 'create', "project=$project->id", $lang->task->create);
common::printLink('task', 'import', "project=$project->id", $lang->task->import);
?>
</div>
</div>
<table class='table-1 fixed colored'>