Ver código fonte

add forward section

andre 1 ano atrás
pai
commit
a59ba93640

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