monitoring/CSS: Use icon-cancel for the delete comment button
refs #5543
This commit is contained in:
parent
af41a9c981
commit
e7497f3ac7
|
@ -69,7 +69,7 @@ class DeleteCommentCommandForm extends CommandForm
|
|||
'escape' => false,
|
||||
'type' => 'submit',
|
||||
'class' => 'action-link link',
|
||||
'label' => $this->getView()->icon('trash'),
|
||||
'label' => $this->getView()->icon('cancel'),
|
||||
'title' => $this->translate('Delete this comment'),
|
||||
'decorators' => array('ViewHelper')
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue