Prechádzať zdrojové kódy

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4534 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 8 rokov pred
rodič
commit
4912c0026c

+ 0 - 1
application/cmdbabstract.class.inc.php

@@ -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';

+ 0 - 1
portal/index.php

@@ -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';