mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
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()
|
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');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user