|
|
@@ -43,10 +43,10 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
// $message = di('lang')->absoluteT('dnsinfomessage');
|
|
|
$message = 'dnsinfomessage<b>Test</b><br><i>Schräg</i>';
|
|
|
$this->addInternalAlert($message, null, 100);
|
|
|
- $row = new InputGroup('MX');
|
|
|
- $row->addInputComponent((new Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
|
|
|
+ $row = new InputGroup('MX (THurData Vorgabe) (Gesetzter Wert)');
|
|
|
+ $row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
|
|
|
$row->addInputAddon('', false, '→');
|
|
|
- $row->addInputComponent((new Text('mxactive'))->addHtmlAttribute('readonly','true'));
|
|
|
+ $row->addInputComponent((new InputGroupElements\Text('mxactive'))->addHtmlAttribute('readonly','true'));
|
|
|
$this->addSection($row);
|
|
|
$row = new InputGroup('SPF');
|
|
|
$row->addInputComponent((new InputGroupElements\Text('spfthurdata'))->addHtmlAttribute('readonly','true'));
|