monitoring/CSS: Fix classes used in the delete comment command form (WIP)

Spinner is missing for the moment.

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 11:29:43 +02:00
parent fef50e9584
commit af41a9c981
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class DeleteCommentCommandForm extends CommandForm
*/ */
public function init() public function init()
{ {
$this->setAttrib('class', 'inline'); $this->setAttrib('class', 'link');
} }
/** /**
@ -68,7 +68,7 @@ class DeleteCommentCommandForm extends CommandForm
'ignore' => true, 'ignore' => true,
'escape' => false, 'escape' => false,
'type' => 'submit', 'type' => 'submit',
'class' => 'link-like spinner', 'class' => 'action-link link',
'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')