mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
parent
5602d57d0b
commit
4edf122364
@ -68,7 +68,7 @@ class DeleteCommentCommandForm extends CommandForm
|
|||||||
'ignore' => true,
|
'ignore' => true,
|
||||||
'escape' => false,
|
'escape' => false,
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'class' => 'link-like',
|
'class' => 'link-like spinner',
|
||||||
'label' => $this->getView()->icon('trash'),
|
'label' => $this->getView()->icon('trash'),
|
||||||
'title' => $this->translate('Delete this comment'),
|
'title' => $this->translate('Delete this comment'),
|
||||||
'decorators' => array('ViewHelper')
|
'decorators' => array('ViewHelper')
|
||||||
|
@ -68,7 +68,7 @@ class DeleteDowntimeCommandForm extends CommandForm
|
|||||||
'ignore' => true,
|
'ignore' => true,
|
||||||
'escape' => false,
|
'escape' => false,
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'class' => 'link-like',
|
'class' => 'link-like spinner',
|
||||||
'label' => $this->getView()->icon('trash'),
|
'label' => $this->getView()->icon('trash'),
|
||||||
'title' => $this->translate('Delete this downtime'),
|
'title' => $this->translate('Delete this downtime'),
|
||||||
'decorators' => array('ViewHelper')
|
'decorators' => array('ViewHelper')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user