ソースを参照

new info form

andre 6 ヶ月 前
コミット
f255767d40
1 ファイル変更3 行追加0 行削除
  1. 3 0
      app/UI/Client/Setting/Forms/InfoForm.php

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

@@ -14,6 +14,8 @@ use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\FormConstants;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\BaseForm;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Sections\InputGroup;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\InputGroupElements;
+use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Sections\BoxSection;
+
 use function ThurData\Servers\KerioEmail\Core\Helper\di;
 
 
@@ -43,6 +45,7 @@ class InfoForm extends BaseForm implements ClientArea
         $maildomain->addInputAddon('', false, '→');
         $maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
         $this->addSection($maildomain);
+        $this->addSection(new BoxSection('blubb'));
 //        $message = di('lang')->absoluteT('dnsinfomessage');
         $message = 'dnsinfomessage';
         $this->addInternalAlert($message, null, 100);