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