|
|
@@ -63,7 +63,12 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
$row->addInputAddon('', false, '→');
|
|
|
$row->addInputComponent((new InputGroupElements\Text('dkim'))->addHtmlAttribute('readonly','true'));
|
|
|
$this->addSection($row);
|
|
|
- $this->generateDoubleSection([new Text('maildomain'), new Select('id')]);
|
|
|
+ $hide1 = new Text('maildomain');
|
|
|
+ $hide1->addHtmlAttribute('display','none');
|
|
|
+ $hide2 = new Text('id');
|
|
|
+ $hide2->addHtmlAttribute('display','none');
|
|
|
+
|
|
|
+ $this->generateDoubleSection([$hide1, $hide2]);
|
|
|
|
|
|
}
|
|
|
}
|