mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user