2 defined(
'TYPO3_MODE') or die();
4 if (TYPO3_MODE === 'BE') {
5 $GLOBALS[
'TBE_MODULES_EXT'][
'xMOD_alt_clickmenu'][
'extendCMclasses'][] = array(
6 'name' => \TYPO3\CMS\Impexp\Clickmenu::class
8 $GLOBALS[
'TYPO3_CONF_VARS'][
'SC_OPTIONS'][
'taskcenter'][
'impexp'][
'TYPO3\\CMS\\Impexp\\Task\\ImportExportTask'] = array(
9 'title' =>
'LLL:EXT:impexp/Resources/Private/Language/locallang_csh.xlf:.alttitle',
10 'description' =>
'LLL:EXT:impexp/Resources/Private/Language/locallang_csh.xlf:.description',
11 'icon' =>
'EXT:impexp/Resources/Public/Images/export.gif'
13 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr(
'xMOD_tx_impexp',
'EXT:impexp/Resources/Private/Language/locallang_csh.xlf');
15 $GLOBALS[
'TYPO3_CONF_VARS'][
'SYS'][
'locallangXMLOverride'][
'EXT:impexp/Resources/Private/Language/locallang_csh.xml'][] =
'EXT:impexp/Resources/Private/Language/locallang_csh_45.xlf';
17 $importExportActions =
'
23 label = LLL:EXT:impexp/Resources/Private/Language/locallang.xlf:export
24 iconName = actions-document-export-t3d
25 callbackAction = exportT3d
31 label = LLL:EXT:impexp/Resources/Private/Language/locallang.xlf:import
32 iconName = actions-document-import-t3d
33 callbackAction = importT3d
37 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addUserTSConfig(
'
38 options.contextMenu.table {
40 ' . $importExportActions .
'
44 ' . $importExportActions .
'
48 ' . $importExportActions .
'