* Finish task #45158.

This commit is contained in:
liumengyi
2021-11-26 10:50:16 +08:00
parent a9b865aa9f
commit c72bdbbdfb
+1 -1
View File
@@ -42,7 +42,7 @@
<thead>
<tr class='colhead'>
<th class='w-id'><?php echo $lang->idAB;?></th>
<th class='w-pri'><?php common::printOrderLink('pri', $orderBy, $vars, $lang->priAB);?></th>
<th class='w-pri'><?php common::printOrderLink('pri', $orderBy, $vars, $lang->priAB);?></th>
<th><?php common::printOrderLink('execution', $orderBy, $vars, $lang->task->execution);?></th>
<th><?php common::printOrderLink('name', $orderBy, $vars, $lang->task->name);?></th>
<th class='w-70px hours'><?php echo $lang->task->estimateAB;?></th>