* Finish task #72347.

This commit is contained in:
tianshujie
2022-10-20 11:06:14 +08:00
parent d55aedf3e5
commit ca79d11271
+2
View File
@@ -100,6 +100,7 @@ foreach($efforts as $key => $effort)
<?php endforeach;?>
</tbody>
</table>
<?php if($i > 4):?>
<div id='toggleFoldIcon'>
<?php $icon = $taskEffortFold ? 'icon-angle-down' : 'icon-angle-top'?>
<?php $iconText = $taskEffortFold ? $lang->task->unfoldEffort : $lang->task->foldEffort;?>
@@ -107,6 +108,7 @@ foreach($efforts as $key => $effort)
<span class='text'><?php echo $iconText;?></span>
</div>
<?php endif;?>
<?php endif;?>
</div>
<div class='tab-pane' id='legendAllEffort'>
<table class='table table-bordered table-fixed table-recorded has-sort-head'>