|
|
@@ -43,7 +43,7 @@ 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 (THurData Vorgabe) (Gesetzter Wert)');
|
|
|
+ $row = new InputGroup('MX');
|
|
|
$row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
|
|
|
$row->addInputAddon('', false, '→');
|
|
|
$row->addInputComponent((new InputGroupElements\Text('mxactive'))->addHtmlAttribute('readonly','true'));
|