Actions
Bug #44311
closedMenustate CUR not working for translations in 6.0.0
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2013-01-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Can be seen on the demo page:
http://demo.typo3.org/examples/languages-characters/
In TypoScript the CSS class for the "CUR" state ist "selected" which is outputted for the default languange:
<li class="selected">
<a title="Any language, any character" href="/examples/languages-characters/">Languages & characters</a>
</li>
In the dansk version, the "ACT" state is triggered:
http://demo.typo3.org/1/examples/languages-characters/
<li class="active">
<a title="Alle sprog, ethvert tegnsæt" href="/1/examples/languages-characters/">Sprog og tegnsæt</a>
</li>
Actions