|
|
@@ -35,9 +35,8 @@ class InfoForm extends SortedFieldForm implements ClientArea
|
|
|
di('lang')->absoluteT('dnsinfomessage') ? $message = di('lang')->absoluteT('dnsinfomessage') :
|
|
|
$message = 'DNS Informations for <b id="infoalertmaildomain" class="lu-alert--lg"></b>
|
|
|
<div id="addalertheader" class="lu-alert--lg"></div>';
|
|
|
- $section = new GeneralSection();
|
|
|
- $section->addInternalAlert($message, null, 100);
|
|
|
- $this->addSection($section);
|
|
|
+
|
|
|
+ $this->addSection(new GeneralSection());
|
|
|
$this->addSection(new AdditionalSection());
|
|
|
|
|
|
}
|