andre преди 5 месеца
родител
ревизия
ad91ca8899
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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()
     {
     {
         $maildomain = new InputGroup('');
         $maildomain = new InputGroup('');
-        $maildomain->addInputComponent((new InputGroupElements\Text('dnsmessage'))->addHtmlAttribute('readonly','true')->addHtmlAttribute('color','blue'));
+        $maildomain->addInputComponent((new InputGroupElements\Text('dnsmessage'))->addHtmlAttribute('readonly','true')->setRawTitle('Test'));
         $maildomain->addInputAddon('', false, '→');
         $maildomain->addInputAddon('', false, '→');
         $maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
         $maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
         $this->addSection($maildomain);
         $this->addSection($maildomain);