* 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:
chencongzhi520@gmail.com
2013-02-19 01:47:10 +00:00
parent 0f4b864f90
commit 044c8fd6a8
6 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -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>