AcknowledgeAnnouncementForm: Remove redundant class inline

This commit is contained in:
Johannes Meyer 2019-07-17 08:08:51 +02:00
parent 4eedc40583
commit 2be7c784b2

View File

@ -17,7 +17,7 @@ class AcknowledgeAnnouncementForm extends Form
public function init() public function init()
{ {
$this->setAction(Url::fromPath('announcements/acknowledge')); $this->setAction(Url::fromPath('announcements/acknowledge'));
$this->setAttrib('class', 'inline acknowledge-announcement-control'); $this->setAttrib('class', 'acknowledge-announcement-control');
$this->setRedirectUrl('layout/announcements'); $this->setRedirectUrl('layout/announcements');
} }