View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000448 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2008-12-11 11:14 | 2009-01-09 10:14 |
| Reporter | Roman_Felger | Assigned To | |||
| Priority | low | Severity | tweak | Reproducibility | always |
| Status | resolved | Resolution | duplicate | ||
| Product Version | 4.0.0.1 revision 14455 | ||||
| Summary | 0000448: missing <span> tag in register.tpl | ||||
| Description | If birthdate is set to a must field in registration, the "*" is shown without css tagging in register page. Line 129 in register.tpl is like this: [{if isset($aMustFillFields.oxuser__oxbirthdate) }]*[{/if}] and should be like this: [{if isset($aMustFillFields.oxuser__oxbirthdate) }]<span class="req">*</span>[{/if}] | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||
| duplicate of | 0000484 | resolved | arvydas_vapsva | Style color is missing for "*" next to newly added mandatory fields |