* ajusted progressbar with image.
This commit is contained in:
@@ -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'> </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>
|
||||
|
||||
Reference in New Issue
Block a user