* convert to unix format.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user