|
|
@@ -24801,8 +24801,11 @@ UE.plugin.register('insertfile', function (){ |
|
|
|
item = filelist[i]; |
|
|
|
icon = iconDir + getFileIcon(item.url); |
|
|
|
title = item.title || item.url.substr(item.url.lastIndexOf('/') + 1); |
|
|
|
// html += '<p style="line-height: 16px;">' + |
|
|
|
// '<img style="vertical-align: middle; margin-right: 2px;" src="'+ icon + '" _src="' + icon + '" />' + |
|
|
|
// '<a style="font-size:12px; color:#0066cc;" href="' + item.url +'" title="' + title + '">' + title + '</a>' + |
|
|
|
// '</p>'; |
|
|
|
html += '<p style="line-height: 16px;">' + |
|
|
|
'<img style="vertical-align: middle; margin-right: 2px;" src="'+ icon + '" _src="' + icon + '" />' + |
|
|
|
'<a style="font-size:12px; color:#0066cc;" href="' + item.url +'" title="' + title + '">' + title + '</a>' + |
|
|
|
'</p>'; |
|
|
|
} |
|
|
|