Bug #19666 » 9867_v2.diff
typo3/sysext/lowlevel/config/index.php (working copy) | ||
---|---|---|
1 => $GLOBALS['LANG']->getLL('tca', true),
|
||
2 => $GLOBALS['LANG']->getLL('tcaDescr', true),
|
||
3 => $GLOBALS['LANG']->getLL('loadedExt', true),
|
||
4 => $GLOBALS['LANG']->getLL('tbeStyles', true),
|
||
5 => $GLOBALS['LANG']->getLL('beUser', true),
|
||
4 => $GLOBALS['LANG']->getLL('t3services', true),
|
||
5 => $GLOBALS['LANG']->getLL('tbemodules', true),
|
||
6 => $GLOBALS['LANG']->getLL('tbemodulesext', true),
|
||
7 => $GLOBALS['LANG']->getLL('tbeStyles', true),
|
||
8 => $GLOBALS['LANG']->getLL('server', true),
|
||
9 => $GLOBALS['LANG']->getLL('beUser', true),
|
||
),
|
||
'regexsearch' => '',
|
||
'fixedLgd' => ''
|
||
... | ... | |
$arrayBrowser->varName = '$TYPO3_LOADED_EXT';
|
||
break;
|
||
case 4:
|
||
$theVar = $GLOBALS['T3_SERVICES'];
|
||
$arrayBrowser->varName = '$T3_SERVICES';
|
||
break;
|
||
case 5:
|
||
$theVar = $GLOBALS['TBE_MODULES'];
|
||
$arrayBrowser->varName = '$TBE_MODULES';
|
||
break;
|
||
case 6:
|
||
$theVar = $GLOBALS['TBE_MODULES_EXT'];
|
||
$arrayBrowser->varName = '$TBE_MODULES_EXT';
|
||
break;
|
||
case 7:
|
||
$theVar = $GLOBALS['TBE_STYLES'];
|
||
$arrayBrowser->varName = '$TBE_STYLES';
|
||
break;
|
||
case 5:
|
||
case 8:
|
||
$theVar = $GLOBALS['_SERVER'];
|
||
$arrayBrowser->varName = '$_SERVER';
|
||
break;
|
||
case 9:
|
||
$theVar = $GLOBALS['BE_USER']->uc;
|
||
$arrayBrowser->varName = '$BE_USER->uc';
|
||
break;
|
typo3/sysext/lowlevel/config/locallang.xml (working copy) | ||
---|---|---|
<data type="array">
|
||
<languageKey index="default" type="array">
|
||
<label index="configuration">Configuration</label>
|
||
<label index="typo3ConfVars">$TYPO3_CONF_VARS (Global configuration)</label>
|
||
<label index="typo3ConfVars">$TYPO3_CONF_VARS (Global Configuration)</label>
|
||
<label index="tca">$TCA (Table configuration array)</label>
|
||
<label index="tcaDescr">$TCA_DESCR (Table help description)</label>
|
||
<label index="loadedExt">$TYPO3_LOADED_EXT (Extensions)</label>
|
||
<label index="tbeStyles">$TBE_STYLES (Skinning styles)</label>
|
||
<label index="beUser">$BE_USER->uc (User settings)</label>
|
||
<label index="tcaDescr">$TCA_DESCR (Table Help Description)</label>
|
||
<label index="loadedExt">$TYPO3_LOADED_EXT (Loaded Extensions)</label>
|
||
<label index="tbeStyles">$TBE_STYLES (Skinning Styles)</label>
|
||
<label index="beUser">$BE_USER->uc (User Settings)</label>
|
||
<label index="t3services">$T3_SERVICES (Registered Services)</label>
|
||
<label index="tbemodulesext">$TBE_MODULES_EXT (BE Modules Extensions)</label>
|
||
<label index="server">$_SERVER (Server Variables)</label>
|
||
<label index="tbemodules">$TBE_MODULES (BE Modules)</label>
|
||
<label index="cropLines">Crop lines</label>
|
||
<label index="variable">Variable:</label>
|
||
<label index="copyPaste">(Now, copy/paste this value into the configuration file where you can set it. This is all you can do from here...)</label>
|