فهرست منبع

add forward section

andre 1 سال پیش
والد
کامیت
fb6a71423e
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      app/UI/Client/EmailAccount/Sections/EditForwardSection.php

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

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