Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000909 | Openbravo ERP | Z. Others | public | 2007-02-09 13:33 | 2008-06-12 09:43 |
Reporter | user71 | ||||
Assigned To | user71 | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0000909: Texts nontranslated | ||||
Description | Problem: In the window “attached Archivesâ€, in the superior bar of tools, the alternative text that is when happening the mouse over the icons appears in English (it is not translated). Cause of the problem: The problem is located in the files TabAttachments_Edition.html and TabAttachments_F1.html located in route $ {base.src} /src/org/openbravo/erpCommon/businessUtility. In these files, in the marks “<IMG/>†the attribute is defined so much “alt†like the attribute “titleâ€, both with he himself content. Before the existence of both attributes, the navigators usually show the content of “titleâ€, nevertheless the translator only seems to translate the attribute “altâ€. Solution: Modification of $ {base.src} /src-trl/org/openbravo/translate/Translate.java so that it applies to the translation to the attribute “title†(method parseAttributes): } else if (amap.getQName (i) .equalsIgnoreCase (“altâ€)) { strAux = translate (strAux); **} else if (amap.getQName (i) .equalsIgnoreCase (“titleâ€)) { ** strAux = translate (strAux); } NOTE: in versions previous to the 2,21, the file is in ${base.src} /translate/org/openbravo/translate/Translate.java | ||||
Steps To Reproduce | |||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|