Files
EasySoft-ZenTaoPMS/module/project/view/tips.html.php
2012-02-21 07:22:58 +00:00

12 lines
854 B
PHP

<table align='center' class='table-3' style='margin-top:30px'>
<caption><?php echo $lang->project->tips;?></caption>
<tr>
<td><?php echo $lang->project->afterInfo;?>
<div class='f-14px pt-10px'><?php echo $lang->arrow. html::a($this->createLink('project', 'team', "projectID=$projectID"), $lang->project->setTeam);?></div>
<div class='f-14px pt-10px'><?php echo $lang->arrow. html::a($this->createLink('project', 'linkstory', "projectID=$projectID"), $lang->project->linkStory);?></div>
<div class='f-14px pt-10px'><?php echo $lang->arrow. html::a($this->createLink('task', 'create', "project=$projectID"), $lang->project->createTask);?></div>
<div class='f-14px pt-10px'><?php echo $lang->arrow. html::a($this->createLink('project', 'task', "projectID=$projectID"), $lang->project->goback);?></div>
</td>
</tr>
</table>