Fix bad tooltip to rm file
This commit is contained in:
parent
ddc3478156
commit
31c296f44b
@ -339,8 +339,8 @@ if (! $error && $xml)
|
|||||||
$out.='<td>'.$i.'</td>' . "\n";
|
$out.='<td>'.$i.'</td>' . "\n";
|
||||||
$out.='<td>'.$file['filename'];
|
$out.='<td>'.$file['filename'];
|
||||||
if (! preg_match('/^win/i',PHP_OS)) {
|
if (! preg_match('/^win/i',PHP_OS)) {
|
||||||
$htmltext=$langs->trans("YouCanDeleteFileOnServerWith", 'rm '.DOL_DOCUMENT_ROOT.'/'.$file['filename']);
|
$htmltext=$langs->trans("YouCanDeleteFileOnServerWith", 'rm '.DOL_DOCUMENT_ROOT.$file['filename']); // The slash is included int file['filename']
|
||||||
$out.=' '.$form->textwithpicto('', $htmltext, 1, 'help', '', 0, 2, 'helprm');
|
$out.=' '.$form->textwithpicto('', $htmltext, 1, 'help', '', 0, 2, 'helprm'.$i);
|
||||||
}
|
}
|
||||||
$out.='</td>' . "\n";
|
$out.='</td>' . "\n";
|
||||||
$out.='<td align="center">'.$file['expectedmd5'].'</td>' . "\n";
|
$out.='<td align="center">'.$file['expectedmd5'].'</td>' . "\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user