Browse Source

new info form

andre 5 months ago
parent
commit
6ac605d92f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/UI/Client/Setting/Forms/InfoForm.php

+ 1 - 0
app/UI/Client/Setting/Forms/InfoForm.php

@@ -43,6 +43,7 @@ class InfoForm extends BaseForm implements ClientArea
         $this->addInternalAlert($message, null, 100);
         $this->addInternalAlert($message, null, 100);
         $maildomain = new InputGroup('mailDomain');
         $maildomain = new InputGroup('mailDomain');
         $maildomain->addInputComponent((new InputGroupElements\Text('DNS Informationen für: '))->addHtmlAttribute('readonly','true'));
         $maildomain->addInputComponent((new InputGroupElements\Text('DNS Informationen für: '))->addHtmlAttribute('readonly','true'));
+        $maildomain->addInputAddon('emailSign', 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);
         $fieldl = new Text("mxthurdata");
         $fieldl = new Text("mxthurdata");