* Move workestimation.

This commit is contained in:
Yagami
2021-02-25 13:11:40 +08:00
parent 2c75e1bd67
commit cd59ba3da3
16 changed files with 1 additions and 420 deletions
@@ -1,13 +1,11 @@
<style> .block-waterfallestimate table{margin-bottom: 15px} </style>
<table class='table table-data'>
<?php if(isset($config->maxVersion)):?>
<tr>
<th class='w-100px'><?php echo $lang->durationestimation->people;?></th>
<td><?php echo $people ? $people : 0;?></td>
<th class='w-80px'><?php echo $lang->durationestimation->members;?></th>
<td><?php echo $members;?></td>
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->workestimation->duration;?></th>
<td><?php echo zget($budget, 'duration', 0);?></td>