This commit is contained in:
Yagami
2023-02-10 15:45:00 +08:00
parent 7c2a65393c
commit 0436a025bb
+1 -1
View File
@@ -137,7 +137,7 @@
<?php common::printOrderLink('id', $orderBy, $vars, $lang->idAB);?>
</th>
<?php if($canOrder):?>
<th class='w-90px'><?php common::printOrderLink('order', $orderBy, $vars, $lang->productplan->updateOrder);?></th>
<th class='w-90px'><?php echo $lang->productplan->updateOrder;?></th>
<?php endif;?>
<th class='text-left'><?php common::printOrderLink('title', $orderBy, $vars, $lang->story->title);?></th>
<th class='w-90px text-left'><?php common::printOrderLink('module', $orderBy, $vars, $lang->story->module);?></th>