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