DeleteCommentCommandForm: choose another icon

This commit is contained in:
Thomas Gelf 2015-06-03 14:51:21 +02:00
parent 5b19f9474c
commit 38a88d129c
1 changed files with 1 additions and 1 deletions

View File

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