Bug #19240 » list_type_icons.diff
typo3/sysext/cms/tbl_tt_content.php (working copy) | ||
---|---|---|
'config' => Array (
|
||
'type' => 'select',
|
||
'items' => Array (
|
||
Array('','')
|
||
Array('','','')
|
||
),
|
||
'default' => '',
|
||
'authMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['explicitADmode'],
|
||
'iconsInOptionTags' => 1,
|
||
'noIconsBelowSelect' => 1,
|
||
)
|
||
),
|
||
'select_key' => Array (
|
- « Previous
- 1
- 2
- Next »