* Fix details.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<?php echo $totalData[$projectID]->consumed ? html::a($this->createLink('project', 'index', 'locate=no'), $totalData[$projectID]->consumed) : 0;?>
|
||||
</div>
|
||||
<div class="tile-info">
|
||||
<span class="extra-tips"><?php echo $lang->block->estimatedHours;?> <?php echo $totalData[$projectID]->estimate . ' ' . $config->hourUnit;?></span>
|
||||
<span class="extra-tips"><?php echo $lang->block->estimatedHours;?> <?php echo $totalData[$projectID]->estimate;?></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-4 tile">
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<canvas width='400' height='120' data-responsive='true'></canvas>
|
||||
</div>
|
||||
</div>
|
||||
<div class='chart-unit'><?php echo "({$lang->hourCommon})";?></div>
|
||||
<div class='chart-unit'><?php echo "({$lang->project->workHour})";?></div>
|
||||
<div class='chart-legend'>
|
||||
<span class="barline line-pv">PV</span>
|
||||
<span class="barline line-ev">EV</span>
|
||||
|
||||
Reference in New Issue
Block a user