|
@@ -45,7 +45,7 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
$maildomain->addInputAddon('', false, '→');
|
|
$maildomain->addInputAddon('', false, '→');
|
|
|
$maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
|
|
$maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
|
|
|
$this->addSection($maildomain);
|
|
$this->addSection($maildomain);
|
|
|
- $this->addSection(new BoxSection('DNS Informatione für ' . $maildomain));
|
|
|
|
|
|
|
+ $this->addSection(new BoxSection('DNS Informationen für ' . new Text('maildomain')));
|
|
|
// $message = di('lang')->absoluteT('dnsinfomessage');
|
|
// $message = di('lang')->absoluteT('dnsinfomessage');
|
|
|
$message = 'dnsinfomessage';
|
|
$message = 'dnsinfomessage';
|
|
|
$this->addInternalAlert($message, null, 100);
|
|
$this->addInternalAlert($message, null, 100);
|