* Remove the importTask and importBug link into task create page.

This commit is contained in:
chencongzhi520@gmail.com
2012-07-03 01:00:28 +00:00
parent faafd46301
commit e6b3e29134
4 changed files with 11 additions and 5 deletions
+9 -1
View File
@@ -25,7 +25,15 @@ $(function()
</script>
<form method='post' enctype='multipart/form-data' target='hiddenwin' id='dataform'>
<table align='center' class='table-1 a-left'>
<caption><?php echo $lang->task->create;?></caption>
<caption>
<?php echo $lang->task->create;?>
<div class='f-right'>
<?php
common::printLink('project', 'importTask', "project=$project->id", $lang->project->importTask);
common::printLink('project', 'importBug', "projectID=$project->id", $lang->project->importBug);
?>
</div>
</caption>
<tr>
<th class='rowhead'><?php echo $lang->task->project;?></th>
<td><?php echo $project->name;?></td>