[TYPO3-core] RFC: Cleanup #13365: Table headers in t3lib_fullsearch

Steffen Gebert steffen at steffen-gebert.de
Fri Jan 29 09:15:37 CET 2010


Am 29.01.2010, 08:16 Uhr, schrieb Georg Ringer <mail at ringerge.org>:

> Bugtracker references:
> http://bugs.typo3.org/view.php?id=13365
>
> Branches: Trunk
>
> Problem:
> This function renders the headers in t3lib_fullsearch which is used in
> sysexts sys_actions and lowlevel (BE module DB check > full search).
> Table headers are needed to style those cells independed from all others.
>
> Solution:
> Instead of <td><strong>foo</strong></td> use <th>fo</th>. All other
> changes are to apply CGL to this function.

Hi Georg,

I think
> $TDparams = (strlen($fV) < 50) ? ' nowrap' : '';
should be
> $TDparams = (strlen($fV) < 50) ? ' nowrap="nowrap"' : '';

Isn't there a CSS attribute for nowrap?

And this line doesn't follow the CGL ;-)
> $out.='<td nowrap="nowrap"></td>

Thanks for taking care.

This page has is still high-degree invalid, so go on improving the output  
;-)

+1 by reading and testing with the two restrictions mentioned.

Steffen


More information about the TYPO3-team-core mailing list