mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
Add attachment icon for movie files
This commit is contained in:
committed by
Molkobain
parent
6542cf9d30
commit
b9f23177e7
BIN
datamodels/2.x/itop-attachments/icons/movie.png
Normal file
BIN
datamodels/2.x/itop-attachments/icons/movie.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
@@ -437,6 +437,13 @@ class AttachmentPlugIn implements iApplicationUIExtension, iApplicationObjectExt
|
||||
$sIcon = 'zip.png';
|
||||
break;
|
||||
|
||||
case 'avi':
|
||||
case 'mp4':
|
||||
case 'mpeg':
|
||||
case 'mpg':
|
||||
$sIcon = 'movie.png';
|
||||
break;
|
||||
|
||||
default:
|
||||
$sIcon = 'document.png';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user