浏览代码

add forward section

andre 1 年之前
父节点
当前提交
a59ba93640
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      app/UI/Client/EmailAccount/Sections/EditForwardSection.php

+ 1 - 2
app/UI/Client/EmailAccount/Sections/EditForwardSection.php

@@ -26,9 +26,8 @@ class EditForwardSection extends FreeFieldsSection
     public function initContent()
     {
 
-        $this->generateSection(new Checkbox('Weiterleitung'));
+        $this->generateDoubleSection([new Checkbox('Weiterleitung'), new Text('Ziel')]);
 
-        $this->generateSection(new Text('Ziel'));
     }
 
 }