Margin reversed

This commit is contained in:
Jose Gonzalez 2023-02-22 12:16:04 +01:00
parent bbde3e4181
commit fd0c181820

View File

@ -3474,7 +3474,8 @@ function html_print_button($label='OK', $name='', $disabled=false, $script='', $
$classes = '';
$fixedId = '';
$iconStyle = '';
$spanStyle = 'margin-top: 4px;';
// $spanStyle = 'margin-top: 4px;';
$spanStyle = '';
if (empty($name) === true) {
$name = 'unnamed';
}