00001 <?php
00002 if (!defined ('TYPO3_MODE')) die ('Access denied.');
00003
00004 if (TYPO3_MODE=='BE') {
00005 $TCA['sys_staticfile_edit'] = Array (
00006 'ctrl' => Array (
00007 'label' => 'edit_file',
00008 'default_sortby' => 'ORDER BY edit_file',
00009 'tstamp' => 'tstamp',
00010 'crdate' => 'crdate',
00011 'cruser_id' => 'cruser',
00012 'delete' => 'deleted',
00013 'title' => 'LLL:EXT:static_file_edit/locallang_tca.php:sys_staticfile_edit',
00014 'iconfile' => t3lib_extMgm::extRelPath($_EXTKEY).'ext_icon.gif',
00015 'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tca.php'
00016 )
00017 );
00018 }
00019
00020 t3lib_extMgm::addLLrefForTCAdescr('sys_staticfile_edit','EXT:static_file_edit/locallang_csh_sysstfe.php');
00021 ?>