Browse Source

new info form

andre 5 months ago
parent
commit
c22421461f
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()
     private function initFields()
     {
     {
 //        $message = di('lang')->absoluteT('dnsinfomessage');
 //        $message = di('lang')->absoluteT('dnsinfomessage');
-        $message = 'dnsinfomessage';
+        $message = 'dnsinfomessage<b>Test</b><br><i>Schr&auml;g</i>';
         $this->addInternalAlert($message, null, 100);
         $this->addInternalAlert($message, null, 100);
         $row = new InputGroup('MX');
         $row = new InputGroup('MX');
         $row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
         $row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));