* Code for stage.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user