monitoring/CSS: Use icon-cancel for the delete comment button

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 11:34:55 +02:00
parent af41a9c981
commit e7497f3ac7
1 changed files with 1 additions and 1 deletions

View File

@ -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')
)