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:
parent
88423a597c
commit
0af6267cc7
|
@ -857,6 +857,8 @@ public final class APanel extends CPanel
|
||||||
}
|
}
|
||||||
if (gTab.isReadOnly())
|
if (gTab.isReadOnly())
|
||||||
tabName.append("</i>");
|
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>");
|
tabName.append ("</html>");
|
||||||
// Add Tab - sets ALT-<number> and Shift-ALT-<x>
|
// Add Tab - sets ALT-<number> and Shift-ALT-<x>
|
||||||
window.addTab (tabName.toString(), gTab, tabElement);
|
window.addTab (tabName.toString(), gTab, tabElement);
|
||||||
|
|
Loading…
Reference in New Issue