mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Merge branch 'feature/backoffice-full-moon-design' of https://github.com/Combodo/iTop into feature/backoffice-full-moon-design
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