Show help text for extrafields in forms

This commit is contained in:
Supermanu
2019-04-27 18:44:52 +02:00
parent 3393aba85f
commit bbc6c0fe0c
2 changed files with 4 additions and 1 deletions

View File

@@ -1567,6 +1567,9 @@ class ExtraFields
if ($type == 'date') $out.=' (YYYY-MM-DD)';
elseif ($type == 'datetime') $out.=' (YYYY-MM-DD HH:MM:SS)';
*/
if (! empty($help)) {
$out .= $form->textwithpicto("", $help);
}
return $out;
}