* code for task#1399.

This commit is contained in:
zhujinyong
2013-06-21 01:49:29 +00:00
parent 440e10b1e6
commit 5feabd7aba
+1
View File
@@ -10,6 +10,7 @@
*/
?>
<?php include '../../common/view/m.header.html.php';?>
</div>
<ul data-role='listview'>
<?php foreach($projectStats as $project):?>
<li><?php echo html::a($this->createLink('project', 'task', "projectID=$project->id"), $project->name)?></li>