|
|
@@ -38,14 +38,14 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
|
|
|
private function initFields()
|
|
|
{
|
|
|
-// $message = di('lang')->absoluteT('dnsinfomessage');
|
|
|
- $message = 'dnsinfomessage';
|
|
|
- $this->addInternalAlert($message, null, 100);
|
|
|
$maildomain = new InputGroup('mailDomain');
|
|
|
$maildomain->addInputComponent((new InputGroupElements\Text('DNS Informationen für: '))->addHtmlAttribute('readonly','true'));
|
|
|
$maildomain->addInputAddon('', false, '→');
|
|
|
$maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
|
|
|
$this->addSection($maildomain);
|
|
|
+// $message = di('lang')->absoluteT('dnsinfomessage');
|
|
|
+ $message = 'dnsinfomessage';
|
|
|
+ $this->addInternalAlert($message, null, 100);
|
|
|
$fieldl = new Text("mxthurdata");
|
|
|
$fieldl->setRawTitle('MX Eintrag ThurData Vorgabe')->addHtmlAttribute('readonly','true');
|
|
|
$fieldr = new Text("mxactive");
|