mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
N°2847 Remove RichText from preferences
This commit is contained in:
@@ -481,9 +481,6 @@ function GetUserLanguageForm(ApplicationContext $oAppContext, string $sURL): For
|
||||
// - Submit button
|
||||
$oUserLanguageSubmitButton = ButtonFactory::MakeForValidationAction(Dict::S('UI:Button:Apply'), null, null, true);
|
||||
$oUserLanguageForm->AddSubBlock($oUserLanguageSubmitButton);
|
||||
|
||||
$oTestRichText = new RichText();
|
||||
$oUserLanguageForm->AddSubBlock($oTestRichText);
|
||||
return $oUserLanguageForm;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user