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