|
TYPO3 API
SVNRelease
|
00001 <?php 00002 if (!defined ('TYPO3_MODE')) die ('Access denied.'); 00003 00004 if (TYPO3_MODE=='BE') { 00005 t3lib_extMgm::addModule('user','setup','after:task',t3lib_extMgm::extPath($_EXTKEY).'mod/'); 00006 t3lib_extMgm::addLLrefForTCAdescr('_MOD_user_setup','EXT:setup/locallang_csh_mod.xml'); 00007 } 00008 00009 $GLOBALS['TYPO3_USER_SETTINGS'] = array( 00010 'ctrl' => array ( 00011 'dividers2tabs' => 1 00012 ), 00013 'columns' => array ( 00014 'realName' => array( 00015 'type' => 'text', 00016 'label' => 'LLL:EXT:setup/mod/locallang.xml:beUser_realName', 00017 'table' => 'be_users', 00018 'csh' => 'beUser_realName', 00019 ), 00020 'email' => array( 00021 'type' => 'text', 00022 'label' => 'LLL:EXT:setup/mod/locallang.xml:beUser_email', 00023 'table' => 'be_users', 00024 'csh' => 'beUser_email', 00025 ), 00026 'emailMeAtLogin' => array( 00027 'type' => 'check', 00028 'label' => 'LLL:EXT:setup/mod/locallang.xml:emailMeAtLogin', 00029 'csh' => 'emailMeAtLogin', 00030 ), 00031 'password' => array( 00032 'type' => 'password', 00033 'label' => 'LLL:EXT:setup/mod/locallang.xml:newPassword', 00034 'table' => 'be_users', 00035 'csh' => 'newPassword', 00036 'eval' => 'md5', 00037 ), 00038 'password2' => array( 00039 'type' => 'password', 00040 'label' => 'LLL:EXT:setup/mod/locallang.xml:newPasswordAgain', 00041 'table' => 'be_users', 00042 'csh' => 'newPasswordAgain', 00043 'eval' => 'md5', 00044 ), 00045 'lang' => array( 00046 'type' => 'select', 00047 'itemsProcFunc' => 'SC_mod_user_setup_index->renderLanguageSelect', 00048 'label' => 'LLL:EXT:setup/mod/locallang.xml:language', 00049 'csh' => 'language', 00050 ), 00051 'startModule' => array( 00052 'type' => 'select', 00053 'itemsProcFunc' => 'SC_mod_user_setup_index->renderStartModuleSelect', 00054 'label' => 'LLL:EXT:setup/mod/locallang.xml:startModule', 00055 'csh' => 'startModule', 00056 ), 00057 'thumbnailsByDefault' => array( 00058 'type' => 'check', 00059 'label' => 'LLL:EXT:setup/mod/locallang.xml:showThumbs', 00060 'csh' => 'showThumbs', 00061 ), 00062 'edit_wideDocument' => array( 00063 'type' => 'check', 00064 'label' => 'LLL:EXT:setup/mod/locallang.xml:edit_wideDocument', 00065 'csh' => 'edit_wideDocument', 00066 ), 00067 'titleLen' => array( 00068 'type' => 'text', 00069 'label' => 'LLL:EXT:setup/mod/locallang.xml:maxTitleLen', 00070 'csh' => 'maxTitleLen', 00071 ), 00072 'edit_RTE' => array( 00073 'type' => 'check', 00074 'label' => 'LLL:EXT:setup/mod/locallang.xml:edit_RTE', 00075 'csh' => 'edit_RTE', 00076 ), 00077 'edit_docModuleUpload' => array( 00078 'type' => 'check', 00079 'label' => 'LLL:EXT:setup/mod/locallang.xml:edit_docModuleUpload', 00080 'csh' => 'edit_docModuleUpload', 00081 ), 00082 'disableCMlayers' => array( 00083 'type' => 'check', 00084 'label' => 'LLL:EXT:setup/mod/locallang.xml:disableCMlayers', 00085 'csh' => 'disableCMlayers', 00086 ), 00087 'copyLevels' => array( 00088 'type' => 'text', 00089 'label' => 'LLL:EXT:setup/mod/locallang.xml:copyLevels', 00090 'csh' => 'copyLevels', 00091 ), 00092 'recursiveDelete' => array( 00093 'type' => 'check', 00094 'label' => 'LLL:EXT:setup/mod/locallang.xml:recursiveDelete', 00095 'csh' => 'recursiveDelete', 00096 ), 00097 'simulate' => array( 00098 'type' => 'select', 00099 'itemsProcFunc' => 'SC_mod_user_setup_index->renderSimulateUserSelect', 00100 'access' => 'admin', 00101 'label' => 'LLL:EXT:setup/mod/locallang.xml:simulate', 00102 'csh' => 'simuser' 00103 ), 00104 'enableFlashUploader' => array( 00105 'type' => 'check', 00106 'label' => 'LLL:EXT:setup/mod/locallang.xml:enableFlashUploader', 00107 'csh' => 'enableFlashUploader', 00108 ), 00109 'resizeTextareas' => array( 00110 'type' => 'check', 00111 'label' => 'LLL:EXT:setup/mod/locallang.xml:resizeTextareas', 00112 'csh' => 'resizeTextareas', 00113 ), 00114 'resizeTextareas_MaxHeight' => array( 00115 'type' => 'text', 00116 'label' => 'LLL:EXT:setup/mod/locallang.xml:resizeTextareas_MaxHeight', 00117 'csh' => 'resizeTextareas_MaxHeight', 00118 ), 00119 'resizeTextareas_Flexible' => array( 00120 'type' => 'check', 00121 'label' => 'LLL:EXT:setup/mod/locallang.xml:resizeTextareas_Flexible', 00122 'csh' => 'resizeTextareas_Flexible', 00123 ), 00124 'debugInWindow' => array( 00125 'type' => 'check', 00126 'label' => 'LLL:EXT:setup/mod/locallang.xml:debugInWindow', 00127 'access' => 'admin', 00128 ), 00129 'installToolEnableButton' => array( 00130 'type' => 'user', 00131 'label' => 'LLL:EXT:setup/mod/locallang.xml:enableInstallTool.label', 00132 'userFunc' => 'SC_mod_user_setup_index->renderInstallToolEnableFileButton', 00133 'access' => 'admin', 00134 'csh' => 'enableInstallTool' 00135 ), 00136 ), 00137 'showitem' => '--div--;LLL:EXT:setup/mod/locallang.xml:personal_data,realName,email,emailMeAtLogin,password,password2,lang, 00138 --div--;LLL:EXT:setup/mod/locallang.xml:opening,startModule,thumbnailsByDefault,titleLen, 00139 --div--;LLL:EXT:setup/mod/locallang.xml:editFunctionsTab,edit_RTE,edit_wideDocument,edit_docModuleUpload,enableFlashUploader,resizeTextareas,resizeTextareas_MaxHeight,resizeTextareas_Flexible,disableCMlayers,copyLevels,recursiveDelete, 00140 --div--;LLL:EXT:setup/mod/locallang.xml:adminFunctions,simulate,debugInWindow,installToolEnableButton' 00141 00142 ); 00143 ?>
1.8.0