* Code for stage.

This commit is contained in:
holan20180123
2020-08-17 17:27:42 +08:00
parent 2fef6e424d
commit 4c2d627fd9
+6 -1
View File
@@ -34,7 +34,12 @@
<td><?php echo $stage->name;?></td>
<td class='text-center'><?php echo $stage->percent;?></td>
<td><?php echo zget($lang->stage->typeList, $stage->type);?></td>
<td class="c-actions"><?php echo common::printIcon('stage', 'edit', "stageID=$stage->id", "", "list") . common::printIcon('stage', 'delete', "stageID=$stage->id", "", "list")?></td>
<td class="c-actions">
<?php
common::printIcon('stage', 'edit', "stageID=$stage->id", "", "list");
common::printIcon('stage', 'delete', "stageID=$stage->id", "", "list", '', 'hiddenwin');
?>
</td>
</tr>
<?php endforeach;?>
</tbody>