* fix the bugs of burn down chart.

+ add the link to update the burn down chart.
This commit is contained in:
wangchunsheng
2010-06-04 06:53:24 +00:00
parent d3729c393a
commit 59c4bc226c
6 changed files with 23 additions and 10 deletions
+6 -1
View File
@@ -23,6 +23,11 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<div class='yui-d0 a-center'><?php echo $charts; ?></div>
<div class='yui-d0 a-center'>
<?php
echo $charts;
common::printLink('project', 'computeBurn', 'reload=yes', $lang->project->computeBurn, 'hiddenwin');
?>
</div>
<script language='Javascript'>createChart1();</script>
<?php include '../../common/view/footer.html.php';?>