Show a spinner when deleting comments or downtimes

refs #8369
This commit is contained in:
Johannes Meyer 2015-08-20 15:49:25 +02:00
parent 5602d57d0b
commit 4edf122364
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ class DeleteCommentCommandForm extends CommandForm
'ignore' => true,
'escape' => false,
'type' => 'submit',
'class' => 'link-like',
'class' => 'link-like spinner',
'label' => $this->getView()->icon('trash'),
'title' => $this->translate('Delete this comment'),
'decorators' => array('ViewHelper')

View File

@ -68,7 +68,7 @@ class DeleteDowntimeCommandForm extends CommandForm
'ignore' => true,
'escape' => false,
'type' => 'submit',
'class' => 'link-like',
'class' => 'link-like spinner',
'label' => $this->getView()->icon('trash'),
'title' => $this->translate('Delete this downtime'),
'decorators' => array('ViewHelper')