Add .spinner class to CheckNowCommandForm submit button

refs #7968
This commit is contained in:
Alexander Fuhr 2015-02-25 14:16:35 +01:00
parent 16200417eb
commit 797d37735d

View File

@ -39,7 +39,7 @@ class CheckNowCommandForm extends ObjectsCommandForm
. $this->translate('Check now'), . $this->translate('Check now'),
'decorators' => array('ViewHelper'), 'decorators' => array('ViewHelper'),
'escape' => false, 'escape' => false,
'class' => 'link-like', 'class' => 'link-like spinner',
'title' => $this->translate('Schedule the next active check to run immediately') 'title' => $this->translate('Schedule the next active check to run immediately')
) )
) )