소스 검색

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'));
     }
 
 }