*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -986,6 +986,8 @@ class FormFile
$out .= '| ';
$out .= dol_print_date($file->datea, 'dayhour');
$out .= ' | ';
+ // for share link of files
+ $out .= ' | ';
if ($delallowed || $printer || $morepicto) {
$out .= ' | ';
}