Skip to content
Snippets Groups Projects
Commit 00302905 authored by Markus Guenther's avatar Markus Guenther
Browse files

[FEATURE] Adjust TCA to avoid the "Migrated icon path of wizard" message in the  deprecation log

parent 45504322
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ return array(
'add' => array(
'type' => 'script',
'title' => 'New group',
'icon' => 'add.gif',
'icon' => 'EXT:backend/Resources/Public/Images/FormFieldWizard/wizard_add.gif',
'params' => array(
'table' => 'tx_df_products_group',
'pid' => '###CURRENT_PID###',
......@@ -144,7 +144,7 @@ return array(
'edit' => array(
'type' => 'popup',
'title' => 'Edit group',
'icon' => 'edit2.gif',
'icon' => 'EXT:backend/Resources/Public/Images/FormFieldWizard/wizard_edit.gif',
'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1',
'script' => 'wizard_edit.php',
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment