Bug #21834
closedIcons for Word documents missing
0%
Description
Office 2007 Documents are not displayed with the correct File Icon because Typo3 doesn't know the File Extensions. (docx, pptx ....)
I think it would be enough to add the filetypes in t3lib\stddb\tables.php to the $FILEICONS array...
(issue imported from #M12998)
Files
Updated by Chris topher almost 15 years ago
Hi Christian,
can you provide a patch?
Updated by Tobias Schaefer almost 14 years ago
Hi,
I've created some icons for the new MS office formats (docm, docx, dotm, dotc, pptm, pptx, potm, potx, ppsx, xlsm, xlsx, xltm, xltx) and the missing old ones (dot, pps, ppt) based on the existing icons (folder typo3/gfx/fileicons). Since the icons haven't changed in 4.5 compared to 4.2 this issue also applies to 4.5.
Cheers, Tobias
Updated by Chris topher almost 14 years ago
Hi Tobias,
thank you!
Please make the changes Christian spoke of and send your zip-File and those changes to Core List!
Check out http://typo3.org/teams/core/core-mailinglist-rules/
Updated by Tobias Schaefer almost 14 years ago
I've created the patch against the trunk version.
Updated by Steffen Gebert almost 14 years ago
- trunk rev. 10396
- 4-5 rev. 10395
Thanks, Tobias!