mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
Update open office file icon
This commit is contained in:
BIN
media/img/file/x_office_document-24.png
Normal file
BIN
media/img/file/x_office_document-24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
media/img/file/x_office_presentation-24.png
Normal file
BIN
media/img/file/x_office_presentation-24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
media/img/file/x_office_spreadsheet-24.png
Normal file
BIN
media/img/file/x_office_spreadsheet-24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
@@ -51,7 +51,12 @@ FILEEXT_ICON_MAP = {
|
|||||||
'xls' : 'ms-excel.png',
|
'xls' : 'ms-excel.png',
|
||||||
'xlsx' : 'ms-excel.png',
|
'xlsx' : 'ms-excel.png',
|
||||||
'txt' : 'txt.png',
|
'txt' : 'txt.png',
|
||||||
'odf' : 'odf.png',
|
'odt' : 'x_office_document-24.png',
|
||||||
|
'fodt' : 'x_office_document-24.png',
|
||||||
|
'ods' : 'x_office_spreadsheet-24.png',
|
||||||
|
'fods' : 'x_office_spreadsheet-24.png',
|
||||||
|
'odp' : 'x_office_presentation-24.png',
|
||||||
|
'fodp' : 'x_office_presentation-24.png',
|
||||||
# music file
|
# music file
|
||||||
'mp3' : 'music-icon-24.png',
|
'mp3' : 'music-icon-24.png',
|
||||||
# picture file
|
# picture file
|
||||||
|
Reference in New Issue
Block a user