View Issue Details

IDProjectCategoryView StatusLast Update
0000448OXID eShop (all versions)3.1. Design, GUI, UXpublic2009-01-09 10:14
ReporterRoman_Felger Assigned To 
PrioritylowSeveritytweakReproducibilityalways
Status resolvedResolutionduplicate 
Product Version4.0.0.1 revision 14455 
Summary0000448: missing <span> tag in register.tpl
DescriptionIf 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}]
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

duplicate of 0000484 resolvedarvydas_vapsva Style color is missing for "*" next to newly added mandatory fields 

Activities

There are no notes attached to this issue.