N°7552 - CKEditor: Fix rendering in the portal

This commit is contained in:
Molkobain
2024-07-23 16:04:46 +02:00
parent b2a377d7f1
commit a7c5d9e92a
10 changed files with 74 additions and 1906 deletions

View File

@@ -344,7 +344,7 @@ EOF
// Value
$oOutput->AddHtml('<div class="form_field_control">');
$oOutput->AddHtml('<div class="form-control-static">')->AddHtml($this->oField->GetDisplayValue(), false)->AddHtml('</div>');
$oOutput->AddHtml('<div class="form-control-static ipb-is-html-content">')->AddHtml($this->oField->GetDisplayValue(), false)->AddHtml('</div>');
$oOutput->AddHtml('</div>');
}
@@ -564,7 +564,7 @@ JS
// Opening thread
$oOutput->AddHtml(<<<HTML
<div class="caselog-thread">
<div class="caselog-thread ipb-is-html-content">
HTML
);
// - Header