2
0
forked from Wavyzz/dolibarr

Fix bad display IE for checkbox extrafield readonly

This commit is contained in:
Florian Henry
2013-10-25 10:01:41 +02:00
parent cd085b3ecc
commit c2def3d0b6

View File

@@ -806,7 +806,7 @@ class ExtraFields
if (!empty($value)) {
$checked=' checked="checked" ';
}
$value='<input type="checkbox" '.$checked.' '.($moreparam?$moreparam:'').' readonly="readonly">';
$value='<input type="checkbox" '.$checked.' '.($moreparam?$moreparam:'').' readonly="readonly" disabled="disabled">';
}
elseif ($type == 'mail')
{