Bug #25248 » 17856-trunk.diff
typo3/sysext/cms/tbl_tt_content.php | ||
---|---|---|
if (!function_exists('user_sortPluginList')) {
|
||
function user_sortPluginList(array &$parameters) {
|
||
usort($parameters['items'], create_function('$item1,$item2', 'return strcasecmp($GLOBALS[\'LANG\']->sL($item1[0]),$GLOBALS[\'LANG\']->sL($item2[0]));'));
|
||
}
|
||
}
|
||
$TCA['tt_content'] = array(
|
||
'ctrl' => $TCA['tt_content']['ctrl'],
|
||
'interface' => array(
|
||
... | ... | |
'',
|
||
),
|
||
),
|
||
'itemsProcFunc' => 'user_sortPluginList',
|
||
'default' => '',
|
||
'authMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['explicitADmode'],
|
||
'iconsInOptionTags' => 1,
|
||
... | ... | |
);
|
||
?>
|
||
?>
|
- « Previous
- 1
- 2
- Next »