From 41507c49c2922ea190ea79fa078f3794a55180e6 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Mon, 15 Aug 2022 05:24:06 +0000 Subject: [PATCH] * Finish task #64886. --- module/file/view/viewfiles.html.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/file/view/viewfiles.html.php b/module/file/view/viewfiles.html.php index 9848291995..e245d04f64 100644 --- a/module/file/view/viewfiles.html.php +++ b/module/file/view/viewfiles.html.php @@ -194,7 +194,6 @@ common::printLink('file', 'download', "fileID=$file->id", $lang->file->downloadFile, '_blank', "class='fileAction btn btn-link text-primary' title='{$lang->file->downloadFile}'"); if(common::hasPriv('file', 'edit')) echo html::a('###', $lang->file->edit, '', "id='renameFile$file->id' class='fileAction btn btn-link edit text-primary' onclick='showRenameBox($file->id)' title='{$lang->file->edit}'"); - if(common::hasPriv('file', 'delete')) echo html::a('###', $lang->delete, '', "class='fileAction btn btn-link text-primary' onclick='deleteFile($file->id)' title='$lang->delete'"); echo ''; } echo '';?>