N. 549: "Font" menu broken in case logs (console and legacy portal). The menu was showing <> instead of font names.

SVN:trunk[4534]
This commit is contained in:
Denis Flaven
2016-12-19 10:09:48 +00:00
parent 134a427901
commit a4f5620076
2 changed files with 0 additions and 2 deletions

View File

@@ -3543,7 +3543,6 @@ EOF
// b) or override some of the configuration settings, using the second parameter of ckeditor()
$aConfig = array();
$sLanguage = strtolower(trim(UserRights::GetUserLanguage()));
$aConfig['font_style'] = $sLanguage;
$aConfig['language'] = $sLanguage;
$aConfig['contentsLanguage'] = $sLanguage;
$aConfig['extraPlugins'] = 'disabler';

View File

@@ -1130,7 +1130,6 @@ EOF
// b) or override some of the configuration settings, using the second parameter of ckeditor()
$aConfig = array();
$sLanguage = strtolower(trim(UserRights::GetUserLanguage()));
$aConfig['font_style'] = $sLanguage;
$aConfig['language'] = $sLanguage;
$aConfig['contentsLanguage'] = $sLanguage;
$aConfig['extraPlugins'] = 'disabler';