more mimetype icons (from other egw dirs)
@ -1985,11 +1985,11 @@
|
|||||||
{
|
{
|
||||||
$mime_type='unknown';
|
$mime_type='unknown';
|
||||||
}
|
}
|
||||||
|
$mime_type= strtolower(str_replace ('/','_',$mime_type));
|
||||||
|
list($mime_part) = explode('_',$mime_type);
|
||||||
|
|
||||||
$mime_type= str_replace ('/','_',$mime_type);
|
if (!($img=$GLOBALS['egw']->common->image('filemanager',$icon='mime'.$size.'_'.$mime_type)) &&
|
||||||
|
!($img=$GLOBALS['egw']->common->image('filemanager',$icon='mime'.$size.'_'.$mime_part)))
|
||||||
$img=$GLOBALS['egw']->common->image('filemanager',$icon='mime'.$size.'_'.strtolower($mime_type));
|
|
||||||
if(!$img)
|
|
||||||
{
|
{
|
||||||
$img = $GLOBALS['egw']->common->image('filemanager',$icon='mime'.$size.'_unknown');
|
$img = $GLOBALS['egw']->common->image('filemanager',$icon='mime'.$size.'_unknown');
|
||||||
}
|
}
|
||||||
|
After Width: | Height: | Size: 139 B |
After Width: | Height: | Size: 139 B |
After Width: | Height: | Size: 140 B |
After Width: | Height: | Size: 139 B |
BIN
filemanager/templates/default/images/mime16_application_pdf.gif
Normal file
After Width: | Height: | Size: 230 B |
BIN
filemanager/templates/default/images/mime16_application_rtf.png
Normal file
After Width: | Height: | Size: 750 B |
BIN
filemanager/templates/default/images/mime16_application_zip.gif
Normal file
After Width: | Height: | Size: 909 B |
BIN
filemanager/templates/default/images/mime16_audio.gif
Normal file
After Width: | Height: | Size: 121 B |
BIN
filemanager/templates/default/images/mime16_image.png
Normal file
After Width: | Height: | Size: 760 B |
BIN
filemanager/templates/default/images/mime16_image_gif.gif
Normal file
After Width: | Height: | Size: 119 B |
BIN
filemanager/templates/default/images/mime16_image_jpeg.gif
Normal file
After Width: | Height: | Size: 119 B |
BIN
filemanager/templates/default/images/mime16_image_png.gif
Normal file
After Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 805 B After Width: | Height: | Size: 805 B |
BIN
filemanager/templates/default/images/mime16_text_html.png
Normal file
After Width: | Height: | Size: 847 B |
BIN
filemanager/templates/default/images/mime16_video.gif
Normal file
After Width: | Height: | Size: 363 B |