View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002944 | OXID eShop (all versions) | 4.06. Language and translations | public | 2011-05-28 17:07 | 2011-07-11 13:33 |
| Reporter | marco_steinhaeuser | Assigned To | |||
| Priority | urgent | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Product Version | 4.5.0 revision 34568 | ||||
| Fixed in Version | 4.5.1 revision 38045 | ||||
| Summary | 0002944: Not possible to use other formats than PNG for language flags | ||||
| Description | It is not possible to get another format than PNG working for language flags. Tried with GIF and JPG. Issue only appears in 'azure' while 'basic' is working fine. | ||||
| Steps To Reproduce | Install a new language (for example ES) and upload es.gif to /out/img/lang/. The GIF will appear only in 'basic', not in 'azure'. Same behaviour for JPG files. Only PNG is working fine for both templates. | ||||
| Additional Information | Please try to reproduce first. I am not pretty sure if this is not dependent from my environment. | ||||
| Tags | No tags attached. | ||||
| Theme | Azure | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
|
|
for language icons can be used all image formats. the idea is that names of these constant are generate automatically in templates: in azure theme: language abbreviation + .png in basic theme: language abbreviation + .gif so for azure we should use *.png files in basic *.gif, also we can use other format files but in this therm we must change templates. also note all icons must be in one format, all *.gif or *.png or *.jpg or etc. |