|
|
@@ -38,8 +38,8 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
|
|
|
private function initFields()
|
|
|
{
|
|
|
- $maildomain = new InputGroup('mailDomain');
|
|
|
- $maildomain->addInputComponent((new InputGroupElements\Text('DNS Informationen für: '))->addHtmlAttribute('readonly','true'));
|
|
|
+ $maildomain = new InputGroup('');
|
|
|
+ $maildomain->addInputComponent((new InputGroupElements\Text('DNS Informationen für: '))->addHtmlAttribute('readonly','true')->addHtmlAttribute('name','maildomain'));
|
|
|
$maildomain->addInputAddon('', false, '→');
|
|
|
$maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
|
|
|
$this->addSection($maildomain);
|