* Finish task #72347.
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user