N°3670 Remove attachment legacy filetype icons

This commit is contained in:
Stephen Abello
2021-02-15 16:48:26 +01:00
parent e8f26bdf18
commit 003d9107a4
19 changed files with 2 additions and 33 deletions

View File

@@ -862,7 +862,7 @@ $(function()
}
$.post(sUrl, oParams, function(data) {
var sDownloadLink = GetAbsoluteUrlAppRoot()+'pages/ajax.document.php?operation=download_document&class=Attachment&field=contents&id='+data.att_id;
var sIcon = GetAbsoluteUrlModulesRoot()+'itop-attachments/icons/pdf.png';
var sIcon = GetAbsoluteUrlModulesRoot()+'itop-attachments/icons/icons8-pdf.svg';
if (jTab != null)
{
var re = /^([^(]+)\(([0-9]+)\)(.*)$/;