[TYPO3-core] RFC: Feature #4064 - Navigation title in tree view
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Tue Aug 28 15:29:13 CEST 2007
Thomas Hempel schrieb:
> This is a SVN patch request.
>
> Problem:
> The pagetree always uses "title" as label in the tree. To have a better
> representation of the frontend, it would be nice to have to possibility
> to display the navigation title instead.
>
> Solution:
> Introduce a new TS option that forces the display of nav_title instead
> of title.
Now fixed_lgd_cs is also applied to labels.no_title, which should IMHO not
happen. OTOH htmlspecialchars is not used any more!
And how about showing the real title as tooltip?
$title = '<span title="'.htmlspecialchars(trim($row['title'])).'">'.
htmlspecialchars(t3lib_div::fixed_lgd_cs($row['nav_title'],$titleLen)).
'</span>';
Masi
More information about the TYPO3-team-core
mailing list