From e0c7319df9ace5b5b1110829bdf1b183f0712ca9 Mon Sep 17 00:00:00 2001 From: Stanislas Rolland Date: Thu, 24 Jan 2008 16:38:29 +0000 Subject: [PATCH] * Fixed bug #7258: htmlArea RTE crashes on missing locallang.xml git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2959 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + typo3/sysext/rtehtmlarea/ChangeLog | 1 + .../rtehtmlarea/res/contentcss/locallang.xml | 34 +++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 typo3/sysext/rtehtmlarea/res/contentcss/locallang.xml diff --git a/ChangeLog b/ChangeLog index 54a5cff70704..8379396d5ab9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ * Added feature: Various enhancements to link dialogues in htmlArea RTE * Fixed bug #6787: classesAnchor and classesLinks get lost when changing tab in link browser * Added feature #4100: Insert/Modify Link with DAM + * Fixed bug #7258: htmlArea RTE crashes on missing locallang.xml 2008-01-23 Ingo Renner diff --git a/typo3/sysext/rtehtmlarea/ChangeLog b/typo3/sysext/rtehtmlarea/ChangeLog index 7099b8171ff9..f4522b1d2fc1 100644 --- a/typo3/sysext/rtehtmlarea/ChangeLog +++ b/typo3/sysext/rtehtmlarea/ChangeLog @@ -3,6 +3,7 @@ * Added feature: Various enhancements to link dialogues in htmlArea RTE * Fixed bug #6787: classesAnchor and classesLinks get lost when changing tab in link browser * Added feature #4100: Insert/Modify Link with DAM + * Fixed bug #7258: htmlArea RTE crashes on missing locallang.xml 2008-01-21 Stanislas Rolland diff --git a/typo3/sysext/rtehtmlarea/res/contentcss/locallang.xml b/typo3/sysext/rtehtmlarea/res/contentcss/locallang.xml new file mode 100644 index 000000000000..720f3598de72 --- /dev/null +++ b/typo3/sysext/rtehtmlarea/res/contentcss/locallang.xml @@ -0,0 +1,34 @@ + + + + + Labels for classes names defined in default content CSS of htmlArea RTE + module + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.20.1