Esthetic : no span surrounding the value, must be done in the caller

This commit is contained in:
Dany De Bontridder 2017-10-15 01:17:25 +02:00
parent 86052fc34a
commit 64267eb2e5

View file

@ -68,7 +68,7 @@ class ISelect extends HtmlInput
}
}
$r='<span class="input_text_ro">'.$r.'</span>';
// $r='<span class="input_text_ro">'.$r.'</span>';
if ( $this->table == 1 ) $a='<td>'.$r.'</td>';
return $r;
}