mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Margin reversed
This commit is contained in:
parent
bbde3e4181
commit
fd0c181820
@ -3474,7 +3474,8 @@ function html_print_button($label='OK', $name='', $disabled=false, $script='', $
|
|||||||
$classes = '';
|
$classes = '';
|
||||||
$fixedId = '';
|
$fixedId = '';
|
||||||
$iconStyle = '';
|
$iconStyle = '';
|
||||||
$spanStyle = 'margin-top: 4px;';
|
// $spanStyle = 'margin-top: 4px;';
|
||||||
|
$spanStyle = '';
|
||||||
if (empty($name) === true) {
|
if (empty($name) === true) {
|
||||||
$name = 'unnamed';
|
$name = 'unnamed';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user