* rewrite the task browse feature of project.

This commit is contained in:
wangchunsheng
2010-11-28 14:55:33 +00:00
parent ebc270e8db
commit e285a79783
8 changed files with 65 additions and 45 deletions
+1 -1
View File
@@ -84,5 +84,5 @@
</table>
<div class='a-right'><?php echo $pager;?></div>
</div>
<script language='Javascript'>$('#<?php echo $browseType;?>').addClass('active');</script>
<script language='Javascript'>$('#<?php echo $browseType;?>Tab').addClass('active');</script>
<?php include '../../common/view/footer.html.php';?>