Files
EasySoft-ZenTaoPMS/module/project/view/tips.html.php
wangchunsheng 0467877721 * splite the css and js code.
*  rewrite the ui.
2011-03-01 16:11:56 +00:00

12 lines
865 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>