[Typo3] Name of BE columns
Peter Klein
peter at umloud.dk
Mon Dec 19 23:14:08 CET 2005
Hi Pierre. Unfortunatly you can't do it by TSConfig.
But you could do it by changing the TCA..
// Set BE column names
$TCA["tt_content"]["columns"]["colPos"]["config"]["items"]["0"]["0"] =
'leftLabel';
$TCA["tt_content"]["columns"]["colPos"]["config"]["items"]["1"]["0"] =
'normalLabel';
$TCA["tt_content"]["columns"]["colPos"]["config"]["items"]["2"]["0"] =
'rightLabel';
$TCA["tt_content"]["columns"]["colPos"]["config"]["items"]["3"]["0"] =
'borderLabel';
---
Peter Klein /Umloud Untd.
"Pierre Rouwens" <prouwens at infoglobe.ca> wrote in message
news:mailman.1.1135007146.20291.typo3-english at lists.netfielders.de...
> Hi listers,
>
> Is there any way to change by page (TSconfig maybe) to change the name of
> the BE columns visually ... ?
>
> Thanks for any informations
>
> Pierre
More information about the TYPO3-english
mailing list