DeleteCommentCommandForm: Show a trash icon instead

The "cancel" icon is, like its name implies, supposed to abort/close
something..
This commit is contained in:
Johannes Meyer 2015-07-10 14:26:39 +02:00
parent 23f7570ce0
commit e5f62f017f
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('cancel'),
'label' => $this->getView()->icon('trash'),
'title' => $this->translate('Delete this comment'),
'decorators' => array('ViewHelper')
)