Look and feel v18

This commit is contained in:
Laurent Destailleur 2023-03-13 09:33:31 +01:00
parent 2660948778
commit 800c2b4779
2 changed files with 646 additions and 591 deletions

View File

@ -1497,9 +1497,11 @@ class Holiday extends CommonObject
} }
$out .= '</select>'."\n"; $out .= '</select>'."\n";
$out .= ajax_combobox($htmlname);
print $out; $showempty= 0;
$out .= ajax_combobox($htmlname, array(), 0, 0, 'resolve', ($showempty < 0 ? (string) $showempty : '-1'), $morecss);
return $out;
} }
/** /**

File diff suppressed because it is too large Load Diff