Explorar el Código

new info form

andre hace 5 meses
padre
commit
26344c2747
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = 'dnsinfomessage<b>Test</b><br><i>Schr&auml;g</i>';
+        $message = 'dnsinfomessage <b>Test</b> <br><i>Schr&auml;g</i><table><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'));