2 if (!defined ('TYPO3_MODE')) die ('Access denied.');
4 if (TYPO3_MODE
=='BE') {
5 t3lib_extMgm
::insertModuleFunction(
8 t3lib_extMgm
::extPath($_EXTKEY).'class.tx_sysaction.php',
9 'LLL:EXT:sys_action/locallang_tca.php:tx_sys_action'
12 $TCA['sys_action'] = Array (
16 'default_sortby' => 'ORDER BY title',
17 'prependAtCopy' => 'LLL:EXT:lang/locallang_general.php:LGL.prependAtCopy',
18 'title' => 'LLL:EXT:sys_action/locallang_tca.php:sys_action',
20 'cruser_id' => 'cruser_id',
23 'setToDefaultOnCopy' => 'assign_to_groups',
24 'enablecolumns' => Array (
25 'disabled' => 'hidden'
28 'iconfile' => t3lib_extMgm
::extRelPath($_EXTKEY).'sys_action.gif',
29 'dynamicConfigFile' => t3lib_extMgm
::extPath($_EXTKEY).'tca.php'
34 t3lib_extMgm
::addLLrefForTCAdescr('sys_action','EXT:sys_action/locallang_csh_sysaction.xml');