- added icon to remove button

This commit is contained in:
steinm 2013-02-09 15:19:28 +00:00
parent fbde96a4c6
commit 6908c2df9b

View File

@ -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
}