Browse Source

new info form

andre 5 months ago
parent
commit
0308e4b58e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Client/Setting/Forms/InfoForm.php

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

@@ -41,7 +41,7 @@ class InfoForm extends BaseForm implements ClientArea
     private function initFields()
     {
 //        $message = di('lang')->absoluteT('dnsinfomessage');
-        $message = 'DNS Information für <div name="maildomain"></div><br><i>Schr&auml;g</i><table width="100%"><tr><td>test1</td><td>Test2</td></tr></table>';
+        $message = 'DNS Information für <input name="maildomain"></input><br><i>Schr&auml;g</i><table width="100%"><tr><td>test1</td><td>Test2</td></tr></table>';
         $this->addInternalAlert($message, null, 100);
         $row = new InputGroup('MX');
         $row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));