[TYPO3-core] RFC: #2119: Clean-up in mailform code: more TypoScript flexibility
Holzinger Franz
franz at fholzinger.com
Tue Jan 3 21:41:15 CET 2006
Hello Sebastian,
> // Accessibility: Set id = fieldname attribute:
> if ($conf['accessibility'] || $xhtmlStrict) {
You deleted the $xhtmlStrict feature. Is this intended?
> $elementIdAttribute
Is this not needed any more?
> $result =
> str_replace('###LABEL###',$labelCode,$result);
> + $result = str_replace('###ID###',$id,$result);
-->use $idCode instead of $id
Greets,
Franz
More information about the TYPO3-team-core
mailing list