Project

General

Profile

Bug #20129 ยป 10607.diff

Administrator Admin, 2009-03-15 21:51

View differences:

typo3/sysext/sys_action/locallang_tca.xml (working copy)
<languageKey index="default" type="array">
<label index="sys_action">Action</label>
<label index="tx_sys_action">Actions</label>
<label index="sys_action.hidden">Deactivated:</label>
<label index="sys_action.assign_to_groups">Assign action to groups:</label>
<label index="sys_action.t1_userprefix">User prefix:</label>
<label index="sys_action.t1_allowed_groups">Groups which may be assigned through the action:</label>
<label index="sys_action.t1_create_user_dir">Create User Home Directory:</label>
<label index="sys_action.t1_copy_of_user">Template user:</label>
<label index="sys_action.t3_listPid">List pid:</label>
<label index="sys_action.t3_tables">List only table:</label>
<label index="sys_action.t4_recordsToEdit">Records to edit:</label>
</languageKey>
</data>
</T3locallang>
typo3/sysext/sys_action/tca.php (working copy)
)
),
'hidden' => Array (
'label' => 'Deactivated:',
'label' => 'LLL:EXT:sys_action/locallang_tca.php:sys_action.hidden',
'config' => Array (
'type' => 'check'
)
......
)
),
'assign_to_groups' => Array (
'label' => 'Assign action to groups:',
'label' => 'LLL:EXT:sys_action/locallang_tca.php:sys_action.assign_to_groups',
'config' => Array (
'type' => 'select',
'foreign_table' => 'be_groups',
......
)
),
't1_userprefix' => Array (
'label' => 'User prefix:',
'label' => 'LLL:EXT:sys_action/locallang_tca.php:sys_action.t1_userprefix',
'config' => Array (
'type' => 'input',
'size' => '25',
......
)
),
't1_allowed_groups' => Array (
'label' => 'Groups which may be assigned through the action:',
'label' => 'LLL:EXT:sys_action/locallang_tca.php:sys_action.t1_allowed_groups',
'config' => Array (
'type' => 'select',
'foreign_table' => 'be_groups',
......
)
),
't1_create_user_dir' => Array (
'label' => 'Create User Home Directory:',
'label' => 'LLL:EXT:sys_action/locallang_tca.php:sys_action.t1_create_user_dir',
'config' => Array (
'type' => 'check'
)
),
't1_copy_of_user' => Array (
'label' => 'Template user:',
'label' => 'LLL:EXT:sys_action/locallang_tca.php:sys_action.t1_copy_of_user',
'config' => Array (
'type' => 'group',
'internal_type' => 'db',
......
)
),
't3_listPid' => Array (
'label' => 'List pid:',
'label' => 'LLL:EXT:sys_action/locallang_tca.php:sys_action.t3_listPid',
'config' => Array (
'type' => 'group',
'internal_type' => 'db',
......
)
),
't3_tables' => Array (
'label' => 'List only table:',
'label' => 'LLL:EXT:sys_action/locallang_tca.php:sys_action.t3_tables',
'config' => Array (
'type' => 'select',
'special' => 'tables',
......
)
),
't4_recordsToEdit' => Array (
'label' => 'Records to edit:',
'label' => 'LLL:EXT:sys_action/locallang_tca.php:sys_action.t4_recordsToEdit',
'config' => Array (
'type' => 'group',
'internal_type' => 'db',
    (1-1/1)