* code for task#1087.
* remove the www/theme/index.css to module/my/css/index.css. * replace the noProjectTips instead createProject. * replace the noProductTips instead createProduct.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<td valign='middle'>
|
||||
<table class='a-left bd-none' align='center'>
|
||||
<tr>
|
||||
<td><?php printf($lang->my->home->noProjectsTip, $this->createLink('project', 'create'));?></td>
|
||||
<td><?php echo html::a($this->createLink('project', 'create'), $lang->my->home->createProject);?></td>
|
||||
<td><?php echo $lang->my->home->help; ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user