IDEMPIERE-38 Tabs from a same window can't be translated the same way

http://jira.idempiere.com/browse/IDEMPIERE-38
This commit is contained in:
Carlos Ruiz 2012-04-04 22:42:18 -05:00
parent 88423a597c
commit 0af6267cc7
1 changed files with 2 additions and 0 deletions

View File

@ -857,6 +857,8 @@ public final class APanel extends CPanel
}
if (gTab.isReadOnly())
tabName.append("</i>");
// Carlos Ruiz - globalqss - IDEMPIERE-38 Tabs from a same window can't be translated the same way
tabName.append("<!--").append(gTab.getAD_Tab_ID()).append("-->");
tabName.append ("</html>");
// Add Tab - sets ALT-<number> and Shift-ALT-<x>
window.addTab (tabName.toString(), gTab, tabElement);