From 5a18588bb77dfafd5d2497fb9196c2f67868a5a6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Feb 2019 22:27:56 +0100 Subject: [PATCH] CSS --- htdocs/core/class/html.formfile.class.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index bfd84a1795e..49ecd40b4e8 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -1202,8 +1202,6 @@ class FormFile } // Preview link if (! $editline) print $this->showPreview($file, $modulepart, $filepath); - // Public share link - //if (! $editline && ! empty($filearray[$key]['hashp'])) print pictowithlinktodirectdownload; print "\n"; @@ -1280,7 +1278,7 @@ class FormFile $fulllink=$urlwithroot.'/document.php'.($paramlink?'?'.$paramlink:''); print img_picto($langs->trans("FileSharedViaALink"), 'object_globe.png').' '; - print ''; + print ''; } else {