mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-07-15 08:58:10 +00:00
- added icon to remove button
This commit is contained in:
parent
fbde96a4c6
commit
6908c2df9b
|
@ -142,7 +142,7 @@ function showWorkflowAction(selectObj) {
|
|||
<form class="form-inline" action="../op/op.RemoveWorkflowAction.php" method="post">
|
||||
<?php echo createHiddenFieldWithKey('removeworkflowaction'); ?>
|
||||
<input type="hidden" name="workflowactionid" value="<?php print $currWorkflowAction->getID();?>">
|
||||
<input type="submit" class="btn" value="<?php printMLText("rm_workflow_action");?>">
|
||||
<button type="submit" class="btn"><i class="icon-remove"></i> <?php printMLText("rm_workflow_action");?></button>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user