* Fix bug#13816.

This commit is contained in:
qiyu-xie
2021-08-01 14:40:54 +08:00
parent 7e85b9f2e3
commit eaffdc7a50
+1 -1
View File
@@ -13,7 +13,7 @@
<th class='text-right w-100px'><?php common::printOrderLink('budget', $orderBy, $vars, $lang->project->budget);?></th>
<th class='w-100px'><?php common::printOrderLink('begin', $orderBy, $vars, $lang->project->begin);?></th>
<th class='w-100px'><?php common::printOrderLink('end', $orderBy, $vars, $lang->project->end);?></th>
<th class='w-60px'><?php echo $lang->project->progress;?></th>
<th class='w-70px'><?php echo $lang->project->progress;?></th>
<th class='text-center w-180px'><?php echo $lang->actions;?></th>
</tr>
</thead>