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