Browse Source

new info form

andre 5 tháng trước cách đây
mục cha
commit
a3fafcff23
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/UI/Client/Setting/Forms/InfoForm.php

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

@@ -40,7 +40,7 @@ class InfoForm extends BaseForm implements ClientArea
 
     private function initFields()
     {
-        $maildomain = new InputGroup('');
+        $maildomain = new InputGroup('Test');
         $maildomain->addInputComponent((new InputGroupElements\Text('dnsmessage'))->addHtmlAttribute('readonly','true')->setTitle('Test'));
         $maildomain->addInputAddon('', false, '→');
         $maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));