View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004593 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2012-10-05 15:10 | 2012-10-05 16:51 |
Reporter | Rafael Kilischowski | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.6.5 revision 49955 | ||||
Target Version | 4.7.0_5.0.0_RC1 | ||||
Summary | 0004593: Rename button for newsletter (un-)subscription | ||||
Description | Rename in English: Subscribe --> Submit Rename in German: Abonnieren --> Absenden (see attached Screenshot) | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Basic | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
This shall do the job: Replace /out/basic/tpl/page/info/newsletter.tpl, ln 63: <span class="btn"><input id="newsLetterSubmit" class="btn" type="submit" value="[{ oxmultilang ident="NEWSLETTER_SUBSCRIBE" }]"></span> by <span class="btn"><input id="newsLetterSubmit" class="btn" type="submit" value="[{ oxmultilang ident="SUBMIT" }]"></span> |
|
The issue exists only in Basic theme. As we don't support Basic theme any more in 4.7.0/5.0.0 version, and in previous versions (i.e. 4.6) we cannot do template changes any more - we cannot do much here. so for those, who want's to get rid of this issue - simply implement this change how it's written in the Marco's comment. |