From 28f5ddbfcb6e796ac65b6030b5ee2eda7fa0f0ca Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Wed, 23 Jul 2025 12:58:50 +0200 Subject: [PATCH] css --- htdocs/core/class/html.formfile.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .= '
';