[TYPO3-core] RFC: Bugfix for #2341: add headers fortable CE(accessibility)

Michael Stucki michael at typo3.org
Wed Mar 22 01:47:41 CET 2006


I agree, will change that.

- michael

Franz Holzinger wrote:

> Hello Sebastian,
> 
>>Hi Masi,
>>thanks for the suggestion, I have implemented it. Patch is attached.
>>Greets, Sebastian
>>  
>>
> 
> use positive logic
> 
>> +                        if (!empty($headerPos))    {
>> +                            $accessibleHeader = '
>> headers="'.$headerIdPrefix.(($headerScope=='col')?$a:$k).'"';
>> +                        } else {
>> +                            $accessibleHeader = '';
>> +                        }
> 
> 
>                         if (empty($headerPos))    {
>                             $accessibleHeader = '';
>                         } else {
>                             $accessibleHeader = '
> headers="'.$headerIdPrefix.(($headerScope=='col')?$a:$k).'"';
>                         }
> 
> 
> +1
> 
> 
> - Franz

-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-team-core mailing list