diff --git a/typo3/sysext/backend/Classes/Form/Container/OuterWrapContainer.php b/typo3/sysext/backend/Classes/Form/Container/OuterWrapContainer.php index f6195a7cd3c7..a9e7239d804c 100644 --- a/typo3/sysext/backend/Classes/Form/Container/OuterWrapContainer.php +++ b/typo3/sysext/backend/Classes/Form/Container/OuterWrapContainer.php @@ -144,7 +144,8 @@ public function render() 'childHtml' => $childHtml, 'icon' => $icon, 'tableTitle' => $tableTitle, - 'newOrUid' => $newOrUid + 'newOrUid' => $newOrUid, + 'isNewRecord' => $this->data['command'] === 'new' ]); $result['html'] = $view->render(); return $result; diff --git a/typo3/sysext/backend/Resources/Private/Templates/OuterWrapContainer.html b/typo3/sysext/backend/Resources/Private/Templates/OuterWrapContainer.html index 738b4098d64c..35b4406ea36c 100644 --- a/typo3/sysext/backend/Resources/Private/Templates/OuterWrapContainer.html +++ b/typo3/sysext/backend/Resources/Private/Templates/OuterWrapContainer.html @@ -11,7 +11,7 @@

{pageTitle}

-
+
{fieldInformationHtml} {fieldWizardHtml} {childHtml}