mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +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';
|
$sIcon = 'zip.png';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'avi':
|
||||||
|
case 'mp4':
|
||||||
|
case 'mpeg':
|
||||||
|
case 'mpg':
|
||||||
|
$sIcon = 'movie.png';
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
$sIcon = 'document.png';
|
$sIcon = 'document.png';
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user