diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index d87869b312d..7774d7ca890 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -255,7 +255,7 @@ class FormFile $out .= ''; $out .= ''; } - $out .= 'trans("Upload").'"'; $out .= (!getDolGlobalString('MAIN_UPLOAD_DOC') || empty($perm) ? ' disabled' : ''); $out .= '>'; @@ -355,7 +355,7 @@ class FormFile $out2 .= ''; $out2 .= ''; $out2 .= '
'; - $out2 .= 'trans("ToLink").'"'; $out2 .= (!getDolGlobalString('MAIN_UPLOAD_DOC') || empty($perm) ? ' disabled' : ''); $out2 .= '>'; $out2 .= '
';