diff --git a/Configuration/TCA/MetadataPage.php b/Configuration/TCA/MetadataPage.php index 4db0cef7b..a38ed5107 100644 --- a/Configuration/TCA/MetadataPage.php +++ b/Configuration/TCA/MetadataPage.php @@ -11,7 +11,7 @@ * * The TYPO3 project - inspiring people to share! */ - + if (!defined('TYPO3_MODE')) { die('Access denied.'); } @@ -170,7 +170,9 @@ 'edit' => array( 'type' => 'popup', 'title' => 'Edit', - 'script' => 'wizard_edit.php', + 'module' => array( + 'name' => 'wizard_edit', + ), 'icon' => 'edit2.gif', 'popup_onlyOpenIfSelected' => 1, 'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1', @@ -184,7 +186,9 @@ 'pid' => '###CURRENT_PID###', 'setValue' => 'prepend', ), - 'script' => 'wizard_add.php', + 'module' => array( + 'name' => 'wizard_add', + ), ), ), ),