Fix duplicate tooltip
This commit is contained in:
parent
2f94db6ffe
commit
a02e3e1e61
@ -1591,9 +1591,9 @@ class ExtraFields
|
|||||||
if ($type == 'date') $out.=' (YYYY-MM-DD)';
|
if ($type == 'date') $out.=' (YYYY-MM-DD)';
|
||||||
elseif ($type == 'datetime') $out.=' (YYYY-MM-DD HH:MM:SS)';
|
elseif ($type == 'datetime') $out.=' (YYYY-MM-DD HH:MM:SS)';
|
||||||
*/
|
*/
|
||||||
if (! empty($help) && $keyprefix != 'search_options_') {
|
/*if (! empty($help) && $keyprefix != 'search_options_') {
|
||||||
$out .= $form->textwithpicto('', $help, 1, 'help', '', 0, 3);
|
$out .= $form->textwithpicto('', $help, 1, 'help', '', 0, 3);
|
||||||
}
|
}*/
|
||||||
return $out;
|
return $out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user