* Sort execution and project gantt menu .

This commit is contained in:
tanghucheng
2022-08-15 14:28:31 +08:00
parent c816179a08
commit 2bc6e7a1e8
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -94,7 +94,9 @@ form {display: block; margin-top: 0em; margin-block-end: 1em;}
<div class='btn btn-link' id='ganttPris'>
<strong><?php echo $lang->task->pri . " : "?></strong>
<?php foreach($lang->execution->gantt->progressColor as $pri => $color):?>
<?php if($pri <=4):?>
<span style="background:<?php echo $color?>"><?php echo $pri;?></span> &nbsp;
<?php endif;?>
<?php endforeach;?>
</div>
</div>