Feature #27475
Add fileicons for open document formats (LibreOffice/OpenOffice.org)
| Status: | New | Start date: | 2011-06-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.6 | Complexity: | ||
| PHP Version: | ||||
| Votes: | -1 (View) |
Description
As these formats are quite commonly used nowadays we should add icons for them as well.
Core has them under sysext/cms/tslib/media/fileicons
Needed:
.odt (text)
.ods (spreadsheet)
.odp (presentation)
.odg (drawing)
.odf (database)
I'll contact Ben/Emile who created them originally.
Would be good to backport to 4.5 (and maybe 4.4?) as well.
Related issues
| related to Core - Bug #40740: Missing file icons for various file types | New | 2012-09-07 |
History
Updated by Ben van 't Ende almost 2 years ago
Hey Stefan, I put it on the agenda of the next design team meeting. Emile did them way back then and I don't work for Netcreators anymore. Great idea btw.
Updated by Stefan Neufeind almost 2 years ago
- Assignee deleted (
Stefan Neufeind)
Please note that 3 different sets of icons exist:
Type 1: Is in multiple locations (mostly for historic reason; widely used)
This is the one that has the three letters (fileext) on it.
./typo3/gfx/fileicons/pdf.gif
./typo3/sysext/cms/tslib/media/fileicons/pdf.gif
./typo3/sysext/statictemplates/media/fileicons/pdf.gif
Type 2: ./typo3/sysext/indexed_search/pi/res/pdf.gif
Type 3: ./typo3/sysext/t3skin/images/icons/mimetypes/pdf.png
(Those two are the PDF-icon "everybody knows", no fileextension in the graphics.)
Implementing "something new" would imho not be an option, since we should update 4.5 as well and should force a complete new iconset on them maybe. It would be great to create icons for the "Type 1"-iconset mentioned above, maybe by copying together letters or so (if the original font is unknown).