AcknowledgeAnnouncementForm: Remove redundant class inline
This commit is contained in:
parent
4eedc40583
commit
2be7c784b2
|
@ -17,7 +17,7 @@ class AcknowledgeAnnouncementForm extends Form
|
|||
public function init()
|
||||
{
|
||||
$this->setAction(Url::fromPath('announcements/acknowledge'));
|
||||
$this->setAttrib('class', 'inline acknowledge-announcement-control');
|
||||
$this->setAttrib('class', 'acknowledge-announcement-control');
|
||||
$this->setRedirectUrl('layout/announcements');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue