Missing space
This commit is contained in:
parent
d863a0b1bd
commit
ee2a2f7b48
@ -3478,7 +3478,7 @@ class Form
|
|||||||
// If reset_scripts is not empty, print the button with the reset_scripts in OnClick
|
// If reset_scripts is not empty, print the button with the reset_scripts in OnClick
|
||||||
if ($reset_scripts)
|
if ($reset_scripts)
|
||||||
{
|
{
|
||||||
$retstring.='<button class="dpInvisibleButtons datenowlink" id="'.$prefix.'ButtonNow" type="button" name="_useless" value="Now" onClick="'.$reset_scripts.'">';
|
$retstring.=' <button class="dpInvisibleButtons datenowlink" id="'.$prefix.'ButtonNow" type="button" name="_useless" value="Now" onClick="'.$reset_scripts.'">';
|
||||||
$retstring.=$langs->trans("Now");
|
$retstring.=$langs->trans("Now");
|
||||||
$retstring.='</button> ';
|
$retstring.='</button> ';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user