[TYPO3-core] RFC #12025: Make statuses in the status report sort alphabetical and grouped

Steffen Kamper info at sk-typo3.de
Tue Sep 22 09:42:19 CEST 2009


Hi Susanne,

Susanne Moog schrieb:
> If I have an extension that hooks into the reports module and want to
> have a localized text, do I really have to write something like:
> 
> $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['tx_reports']['status']['LLL:extbase']
> = ...
> (It looks weird having the LLL: in the array key)
> 

make it readable ;)

$label = 'LLL:EXT:...';
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['tx_reports']['status'][$label] 
= 'tx_myext_status';

vg Steffen


More information about the TYPO3-team-core mailing list