|
|
@@ -44,7 +44,7 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
$message = 'dnsinfomessage<b>Test</b><br><i>Schräg</i>';
|
|
|
$this->addInternalAlert($message, null, 100);
|
|
|
$row = new InputGroup('MX');
|
|
|
- $row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
|
|
|
+ $row->addInputComponent((new Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
|
|
|
$row->addInputAddon('', false, '→');
|
|
|
$row->addInputComponent((new Text('mxactive'))->addHtmlAttribute('readonly','true')->addClass('ds-copy-on-click'));
|
|
|
$this->addSection($row);
|