|
|
@@ -40,7 +40,7 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
|
|
|
private function initFields()
|
|
|
{
|
|
|
- $maildomain = new InputGroup('');
|
|
|
+ $maildomain = new InputGroup('Test');
|
|
|
$maildomain->addInputComponent((new InputGroupElements\Text('dnsmessage'))->addHtmlAttribute('readonly','true')->setTitle('Test'));
|
|
|
$maildomain->addInputAddon('', false, '→');
|
|
|
$maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
|