diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index d5b50b9afe75b28130a242e8f385a248015f6990..e017c298089efd7c3c6c25c3eb902cff35d9cce0 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -6025,7 +6025,7 @@ class Form if ($object->photo) $ret.="<br>\n"; $ret.='<table class="nobordernopadding centpercent">'; if ($object->photo) $ret.='<tr><td><input type="checkbox" class="flat photodelete" name="deletephoto" id="photodelete"> '.$langs->trans("Delete").'<br><br></td></tr>'; - $ret.='<tr><td>'.$langs->trans("PhotoFile").'</td></tr>'; + //$ret.='<tr><td>'.$langs->trans("PhotoFile").'</td></tr>'; $ret.='<tr><td class="tdoverflow"><input type="file" class="flat maxwidth200onsmartphone" name="photo" id="photoinput"></td></tr>'; $ret.='</table>'; }