Skip to content

Commit

Permalink
monitoring/CSS: Fix classes used in the delete comment command form (…
Browse files Browse the repository at this point in the history
…WIP)

Spinner is missing for the moment.

refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent fef50e9 commit af41a9c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -17,7 +17,7 @@ class DeleteCommentCommandForm extends CommandForm
*/
public function init()
{
$this->setAttrib('class', 'inline');
$this->setAttrib('class', 'link');
}

/**
Expand Down Expand Up @@ -68,7 +68,7 @@ public function addSubmitButton()
'ignore' => true,
'escape' => false,
'type' => 'submit',
'class' => 'link-like spinner',
'class' => 'action-link link',
'label' => $this->getView()->icon('trash'),
'title' => $this->translate('Delete this comment'),
'decorators' => array('ViewHelper')
Expand Down

0 comments on commit af41a9c

Please sign in to comment.