|
|
@@ -36,12 +36,7 @@ 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>
|
|
|
- <div id="addmxmessage"></div>
|
|
|
- <div id="addspfmessage"></div>
|
|
|
- <div id="adddmarcmessage"></div>
|
|
|
- <div id="adddkimmessage"></div><br><br>
|
|
|
- <div id="addalertfooter"></div>';
|
|
|
+ <div id="addalertheader" class="lu-alert--lg"></div>';
|
|
|
$this->addInternalAlert($message, null, 100);
|
|
|
$this->addSection(new GeneralSection());
|
|
|
$this->addSection(new AdditionalSection());
|