DeleteCommentCommandForm: choose another icon
This commit is contained in:
parent
5b19f9474c
commit
38a88d129c
|
@ -72,7 +72,7 @@ class DeleteCommentCommandForm extends CommandForm
|
|||
'escape' => false,
|
||||
'type' => 'submit',
|
||||
'class' => 'link-like',
|
||||
'label' => $this->getView()->icon('trash'),
|
||||
'label' => $this->getView()->icon('cancel'),
|
||||
'title' => $this->translate('Delete this comment'),
|
||||
'decorators' => array('ViewHelper')
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue