[TYPO3-core] FYI: Fixed bug #2105: The width of tt_content is too large (due to access options) - DOCUMENTATION
Sebastian Kurfuerst
sebastian at garbage-group.de
Thu Feb 9 13:04:48 CET 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I fixed issue #2105: The width of tt_content is too large (due to
access options) by splitting up the mainpalette into two palettes.
The patch is attached, it is already in CVS. I talked to michael and
kasper about it.
Anyways, the documentation needs to be updated:
TYPO3 core API
search for mainpalette (table "Reference for the ['ctrl'] section:")
### START pseudo-DIFF ###
integer (pointing to palette key)
+ , comma seperated list of integers (pointing to multiple palette keys)
'palettes' => Array (
- - '1' => Array('showitem' => 'hidden,starttime,endtime,fe_group'),
+ '1' => Array('showitem' => 'hidden,starttime,endtime'),
+ '15' => Array('showitem' => 'fe_group'),
And in the "ctrl" section it looks like this:
'mainpalette' => '1,15',
### END pseudo-DIFF ###
TYPO3 Core APIs <!-- @page { size: 21cm 29.7cm; margin: 2cm } P {
margin-bottom: 0.21cm; color: #000000 } P.western { font-family:
"Arial", sans-serif; font-size: 9pt } TD P { margin-bottom: 0cm;
background: transparent; color: #000000 } TD P.western { font-family:
"Arial", sans-serif; font-size: 8pt } -->
Greets, Sebastian
PS: I will be offline starting on Saturday for two weeks (skiing) :-)
I wish you the best for getting typo3 4.0 ready during this time.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFD6y/eygDVWNTabbkRAom+AKCUFBINBwYJp9ECP2E+4/o5oQtdOwCglRpg
Dp3sPfc0o9uggZXsHyZCI5M=
=k3lc
-----END PGP SIGNATURE-----
More information about the TYPO3-team-core
mailing list