Easier to click

This commit is contained in:
Laurent Destailleur 2021-04-18 20:18:38 +02:00
parent 2b894e8ab3
commit 0c53198495

View File

@ -572,7 +572,7 @@ dolibarr_install_syslog("- step2: end");
$out = '<input type="checkbox" name="dolibarrpingno" id="dolibarrpingno" value="checked" checked="true"> ';
$out .= $langs->trans("MakeAnonymousPing");
$out .= '<label for="dolibarrpingno">'.$langs->trans("MakeAnonymousPing").'</label>';
$out .= '<!-- Add js script to manage the uncheck of option to not send the ping -->';
$out .= '<script type="text/javascript">';