andre 3 mesi fa
parent
commit
950e2a0317
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/UI/Client/Setting/Forms/InfoForm.php

+ 1 - 1
app/UI/Client/Setting/Forms/InfoForm.php

@@ -36,7 +36,7 @@ class InfoForm extends SortedFieldForm implements ClientArea
         $message = 'DNS Informations for <b id="infoalertmaildomain" class="lu-alert--lg"></b>
         $message = 'DNS Informations for <b id="infoalertmaildomain" class="lu-alert--lg"></b>
             <div id="addalertheader" class="lu-alert--lg"></div>';
             <div id="addalertheader" class="lu-alert--lg"></div>';
         $section = new GeneralSection();
         $section = new GeneralSection();
-        $section->addInternalAlert($message, null, 100);
+        $section->addInternalAlert($message, null, 100, true);
         $this->addSection($section);
         $this->addSection($section);
         $this->addSection(new AdditionalSection());
         $this->addSection(new AdditionalSection());