Actions
Bug #24198
closedHide mod_menu of record listing in page module if not needed
Start date:
2010-11-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is a nice way to show records in the page module using the following syntax:
---------------
$TYPO3_CONF_VARS['EXTCONF']['cms']['db_layout']['addTables']['tx_myext'] =
array ('default' => array(
'MENU' => 'LLL:EXT:tx_myext/locallang_db.xml:menuDefault',
'fList' => 'title,description,image',
'icon' => TRUE));
----------------
If there is only one setting, it makes no sense to render a select box to toggle between other settings. Therefore there needs to be an additional check for the size.
(issue imported from #M16560)
Files
Updated by Jigal van Hemert almost 14 years ago
Committed to trunk rev: 9603 (will go in 4.5.0)
Committed to 4_4 rev: 9604 (will go in 4.4.5)
Actions