forked from Wavyzz/dolibarr
Fix bad display IE for checkbox extrafield readonly
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user