Project

General

Profile

Actions

Bug #18410

closed

RTE.classesAnchor.[someClass].titleText does not respect LLL

Added by Uschi Renziehausen over 16 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-03-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hi Stan,

we are back to a problem that once had been solved.
I define a class for external links like this:
RTE.classesAnchor {
externalLink {
class = external-link
type = url
titleText = LLL:EXT:acadrteconf/locallang_rte.xml:title-external-link
}
}
The language file is present, the key is available in English (sys_language_uid = 1) and the default language of my page (german, sys_language_uid = 0).
When I create a new link, the title field is always prefilled with the english value. If I am on spanish content, which is neither the typo3 default be language english nor my site's default language german the title is preset correctly with the spanish version (sys_language_uid = 4).

Whether this one is rated as minor or major I am not sure. In my project it is a major issue.

Uschi

(issue imported from #M7804)

Actions #1

Updated by Stanislas Rolland over 16 years ago

There was an error in the xml file:

languageKey elements should have a type="array" attribute.

Actions

Also available in: Atom PDF