View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003435 | OXID eShop (all versions) | 4.06. Language and translations | public | 2011-12-14 14:22 | 2012-02-10 15:15 |
Reporter | tjungcl | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.5 revision 40299 | ||||
Fixed in Version | 4.6.0_beta3 | ||||
Summary | 0003435: 'WIDGET_LOGINBOX_LOGIN' => 'Login' used in 4 completly different cases | ||||
Description | it is used as - the text of the header-link, where you open the login-popup - the title of that link - the h4 tag of the popup - the button to submit So by overwriting WIDGET_LOGINBOX_LOGIN, you can only influence all those places at once, and because it is also used as the title-tag of a link, you can not use html in it, such as 'Login<img ... />' which you otherwise could. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
@Developers: please check from the source code side if it's true as reported and if so - fix to improve these places. |
|
analyzed usage. changed to generic LOGIN constant. Used correctly. We cant provide different constants in one template for the same label. if it is needed please use custom constants and different template (its possible override only one tpl in custom theme) |