[Typo3] renaming columns in BE

Peter Niederlag niederlag at ikd01.de
Tue Mar 8 11:07:55 CET 2005


Hi,

Peter Niederlag schrieb:
[...]
> 3.7 and 3.8-dev
> 
> but not with colPos. ;)
> 
> TCEFORM.tt_content.header_layout {
>     altLabels.0 = grau
> }
> 
> same for
> 
> TCEFORM.tt_content.layout.types.table {
>     altLabels.0 = grau/weiss alternierend
> }
> 
> Does that work for you as well?
> What am I doing wrong?

OK, got it. That's a funny one. ;)

-----------------
working
-----------------
TCEFORM.tt_content.header_layout {
     altLabels.0 = grau
     }

-----------------
not working
-----------------
TCEFORM.tt_content.header_layout {
     altLabels {
         0 = grau
         }
     }

Up to now I used later notation, which does *not work* for "0" but all 
other elements. ;)

Thx for the nice hint,
Peter
-- 
Peter Niederlag
http://www.niekom.de * TYPO3 & EDV Dienstleistungen *
http://www.typo3partner.net * professional services network *



More information about the TYPO3-english mailing list