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:
parent
fef50e9584
commit
af41a9c981
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue