View Issue Details

IDProjectCategoryView StatusLast Update
0004593OXID eShop (all versions)3.1. Design, GUI, UXpublic2012-10-05 16:51
ReporterRafael Kilischowski Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.6.5 revision 49955 
Target Version4.7.0_5.0.0_RC1 
Summary0004593: Rename button for newsletter (un-)subscription
DescriptionRename in English: Subscribe --> Submit
Rename in German: Abonnieren --> Absenden

(see attached Screenshot)
TagsNo tags attached.
Attached Files
Submit_Button.jpg (186,915 bytes)   
Submit_Button.jpg (186,915 bytes)   
ThemeBasic
BrowserAll
PHP Versionany
Database Versionany

Activities

marco_steinhaeuser

2012-10-05 16:20

reporter   ~0007568

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>

dainius.bigelis

2012-10-05 16:51

reporter   ~0007570

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.