Selaa lähdekoodia

new info form

andre 5 kuukautta sitten
vanhempi
commit
2708fde938
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      app/UI/Client/Setting/Forms/InfoForm.php

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

@@ -38,14 +38,14 @@ class InfoForm extends BaseForm implements ClientArea
 
     private function initFields()
     {
-//        $message = di('lang')->absoluteT('dnsinfomessage');
-        $message = 'dnsinfomessage';
-        $this->addInternalAlert($message, null, 100);
         $maildomain = new InputGroup('mailDomain');
         $maildomain->addInputComponent((new InputGroupElements\Text('DNS Informationen für: '))->addHtmlAttribute('readonly','true'));
         $maildomain->addInputAddon('', false, '→');
         $maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
         $this->addSection($maildomain);
+//        $message = di('lang')->absoluteT('dnsinfomessage');
+        $message = 'dnsinfomessage';
+        $this->addInternalAlert($message, null, 100);
         $fieldl = new Text("mxthurdata");
         $fieldl->setRawTitle('MX Eintrag ThurData Vorgabe')->addHtmlAttribute('readonly','true');
         $fieldr = new Text("mxactive");