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