瀏覽代碼

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'));