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