[TYPO3-core] RFC: #15875: Remove table width of 480 in page module
Georg Ringer
mail at ringerge.org
Tue Oct 12 16:31:54 CEST 2010
Am 11.10.2010 11:49, schrieb Steffen Gebert:
> Can you point me to views, where this code is used? I only removed the
> one place, where I was really able to see the output.
one view: create some fe_users and switch to page module or use a code like
$TYPO3_CONF_VARS['EXTCONF']['cms']['db_layout']['addTables']['TABLENAME'] =
array ('default' => array(
'MENU' => 'xxx',
'fList' => 'uid,pid',
'icon' => TRUE)
);
the 3rd view seems to have a bug and is never displayed. forget about it.
georg
More information about the TYPO3-team-core
mailing list