소스 검색

new info form

andre 6 달 전
부모
커밋
297150145a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/UI/Client/Setting/Forms/InfoForm.php

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

@@ -47,7 +47,7 @@ class InfoForm extends BaseForm implements ClientArea
         $row->addInputComponent((new InputGroupElements\Text('maildomain')));
         $row->addInputAddon('', false, '');
         $row->addInputComponent((new InputGroupElements\Text('mxactive')));
-        $row->addHtmlAttribute('display','none');
+        $row->addClass('hidden');
         $this->addSection($row);
         $row = new InputGroup('MX');
         $row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));