Bug #17677
closedMove tt_content.mailform.badMess to locallang
0%
Description
It would be really nice if tt_content.mailform.badMess would be translated by default with the locallangs of TYPO3 because setting this for every language in every installation is just really annoying and could be much easier with locallangs (as the rest of the output)
(issue imported from #M6519)
Files
Updated by Christian Trabold about 17 years ago
Nice idea. But it's a pitty that "goodMess" & "badMess" do NOT support LLL-Markers / stdWrap... They can only carry strings at the moment.
I attached a patch which adds stdWrap-Properties to these values, so LLL-Markers can easily be added / overriden by _LOCAL_LANG via TypoScript.
Working Example TS-Setup:
tt_content.mailform.20.goodMess.data = LLL:EXT:css_styled_content/pi1/locallang.xml:label.toTop
RFC / Idea: If we use the compatVersion, this could be added to CSS-Styled-Content for 4.2
[compatVersion = 4.2.0]
tt_content.mailform.20.goodMess.data = LLL:EXT:css_styled_content/pi1/locallang.xml:label.goodMess
tt_content.mailform.20.badMess.data = LLL:EXT:css_styled_content/pi1/locallang.xml:label.badMess
tt_content.mailform.20.emailMess.data = LLL:EXT:css_styled_content/pi1/locallang.xml:label.emailMess
[global]
BTW: This issue should IMO be moved into category "tx_cssstyledcontent"
Updated by Chris topher over 14 years ago
Hi Christian,
please send your patch to Core List!
Check out http://typo3.org/teams/core/core-mailinglist-rules/
Updated by Stefan Neufeind over 13 years ago
This is already part of current releases and can be found in typo3/sysext/cms/tslib/content/class.tslib_content_form.php
Updated by Stefan Galinski over 12 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
0)