mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°2504 N°3169 N°5102 Add dictionaries
This commit is contained in:
@@ -12,7 +12,7 @@ class OAuthClientResultDisplayConf implements IOAuthClientResultDisplay
|
||||
$oConfResultPanel = new Panel(Dict::S('UI:OAuth:Wizard:ResultConf:Panel:Title'), [],Panel::DEFAULT_COLOR_SCHEME, 'ibo-oauth-wizard--conf--panel');
|
||||
$oConfResultPanel->AddCSSClass('ibo-oauth-wizard--result--panel');
|
||||
$oConfResultPanel->SetIsCollapsible(true);
|
||||
$oConfResultPanel->AddHtml('<p>'.Dict::S('UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:Description').'</p>');
|
||||
$oConfResultPanel->AddHtml('<p>'.Dict::S('UI:OAuth:Wizard:ResultConf:Panel:Description').'</p>');
|
||||
$oConfResultPanel->AddHtml('<pre><code id="ibo-oauth-wizard--conf--result"></code></pre>');
|
||||
return $oConfResultPanel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user