N°3592 - Migrate module to new UIBlock system : Customized request forms - remove space in edit screen

This commit is contained in:
acognet
2021-07-27 14:38:44 +02:00
parent a7ac9126a2
commit 146a95baec
5 changed files with 9 additions and 8 deletions

View File

@@ -2402,6 +2402,7 @@ HTML;
case 'CustomFields':
$sHTMLValue .= '<div id="'.$iId.'_console_form">';
$sHTMLValue .= '<div id="'.$iId.'_field_set">';
$sHTMLValue .= '</div></div>';
$sHTMLValue .= '<div>'.$sReloadSpan.'</div>'; // No validation span for this one: it does handle its own validation!
$sHTMLValue .= "<input name=\"attr_{$sFieldPrefix}{$sAttCode}{$sNameSuffix}\" type=\"hidden\" id=\"$iId\" value=\"\"/>\n";