* ajusted progressbar with image.

This commit is contained in:
Catouse
2014-11-14 10:07:46 +08:00
parent 6a5f8280e0
commit 56d235de45

View File

@@ -30,7 +30,7 @@
<td><?php echo $project->hours->totalConsumed;?></td>
<td><?php echo $project->hours->totalLeft;?></td>
<td class='text-left w-150px'>
<div class="progressbar" style='width:<?php echo $project->hours->progress;?>px'>&nbsp;</div>
<img class="progressbar" src="theme/default/images/main/green.png" alt="" style='width:<?php echo $project->hours->progress;?>px'>
<small><?php echo $project->hours->progress;?>%</small>
</td>
<td class='projectline text-left pd-0' values='<?php echo join(',', $project->burns);?>'></td>