[TYPO3-core] RFC: alphabetically sorted TS tree in TS Object Browser

Dmitry Dulepov dmitry at typo3.org
Tue Dec 12 12:10:21 CET 2006


Hi!

Martin Kutschker wrote:
> Did you test if it affects a snippet like this?
> 
> page.includeCSS.b = b.css
> page.includeCSS.a = a.css
> 
> Does the behaviour change?

This:
------------
page.includeCSS.b = fileadmin/b.css
page.includeCSS.a = fileadmin/a.css
------------

produces this:
------------
<link rel="stylesheet" type="text/css" href="fileadmin/b.css" />
<link rel="stylesheet" type="text/css" href="fileadmin/a.css" />
------------

with this patch, so order does not change. I believe change affects only 
visual representation in trees.

-- 
Dmitry Dulepov

Web: http://typo3bloke.net/
Skype: callto:liels_bugs

"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)


More information about the TYPO3-team-core mailing list