N°3746 - Migrate modal to new UIBlock system

This commit is contained in:
acognet
2021-02-26 10:05:02 +01:00
parent c679318d16
commit d601e9608c
11 changed files with 245 additions and 153 deletions

View File

@@ -112,9 +112,7 @@ class DesignerForm
$sHiddenFields .= $aRow['value'];
}
}
$sReturn .= '<table><tr><td>';
$sReturn .= $oP->GetDetails($aDetails);
$sReturn .= '</td></tr></table>';
if ($sLabel != '') {
$sReturn .= '</fieldset>';