fix missing td
This commit is contained in:
parent
207373d37d
commit
27948216be
@ -7,7 +7,7 @@
|
||||
* Copyright (C) 2014 Marcos García <marcosgdf@gmail.com>
|
||||
* Copyright (C) 2015 Bahfir Abbes <bafbes@gmail.com>
|
||||
* Copyright (C) 2016-2017 Ferran Marcet <fmarcet@2byte.es>
|
||||
* Copyright (C) 2019-2021 Frédéric France <frederic.france@netlogic.fr>
|
||||
* Copyright (C) 2019-2022 Frédéric France <frederic.france@netlogic.fr>
|
||||
*
|
||||
* 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 .= '<td class="right">';
|
||||
$out .= dol_print_date($file->datea, 'dayhour');
|
||||
$out .= '</td>';
|
||||
// for share link of files
|
||||
$out .= '<td></td>';
|
||||
if ($delallowed || $printer || $morepicto) {
|
||||
$out .= '<td></td>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user