瀏覽代碼

new info form

andre 5 月之前
父節點
當前提交
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);