Actions
Bug #20087
closedAllow predefined setting for "extended view" in list module
Start date:
2009-02-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The following patch sets extended View for list module "on" by default.
Additional you can set the default value by userTS or pageTS with following setting:
mod.web_list.extendedView = 0 //disable extended view, no switch is displayed
mod.web_list.extendedView = 1 //enable extended view, no switch is displayed
mod.web_list.extendedView = 2 //no extended view by default, switch is displayed
mod.web_list.extendedView = 3 //extended view by default, switch is displayed
(issue imported from #M10533)
Files
Actions