Project

General

Profile

Actions

Bug #45356

closed

TCA wizard "edit": no descriptions/help text available in popup

Added by Roland over 11 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2013-02-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In the popups of TCA wizard "edit" there are no descriptions/help text for the table fields available.

I used this wizard-configuration im my TCA configuration:

'wizards' => array(
    '_PADDING' => 1,
    '_VERTICAL' => 1,
    'edit' => array(
        'type' => 'popup',
        'title' => 'Edit',
        'script' => 'wizard_edit.php',
        'icon' => 'edit2.gif',
        'popup_onlyOpenIfSelected' => 1,
        'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1',
    ),
),
Actions

Also available in: Atom PDF