Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0000909
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] Z. Othersminoralways2007-02-09 13:332008-06-12 09:43
Reporteruser71View Statuspublic 
Assigned Touser71 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0000909: Texts nontranslated

DescriptionProblem: 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0000719)
user71
2007-04-18 12:22
edited on: 2008-06-12 09:17

Logged In: YES
user_id=1500724
Originator: NO

Thanks for the feedback. Your fix has been incorpored in our code. This will be accesible in the next release.
(0004498)
user71
2005-06-01 00:00
edited on: 2008-06-12 09:43

This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1655987 [^]

- Issue History
Date Modified Username Field Change


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker