IDEMPIERE-1381 Cant find - Record Detail for translation - bottom panel
This commit is contained in:
parent
84464e2b85
commit
de55755042
|
@ -308,8 +308,7 @@ DataStatusListener, IADTabpanel, IdSpace, IFieldEditorContainer
|
|||
if (gridTab.isTreeTab())
|
||||
AD_Tree_ID = MTree.getDefaultAD_Tree_ID (
|
||||
Env.getAD_Client_ID(Env.getCtx()), gridTab.getKeyColumnName());
|
||||
if (gridTab.isTreeTab() && AD_Tree_ID != 0)
|
||||
{
|
||||
|
||||
StringBuilder cssContent = new StringBuilder();
|
||||
cssContent.append(".adtab-form-borderlayout .z-south-colpsd:before { ");
|
||||
cssContent.append("content: \"");
|
||||
|
@ -324,6 +323,8 @@ DataStatusListener, IADTabpanel, IdSpace, IFieldEditorContainer
|
|||
style.setContent(cssContent.toString());
|
||||
appendChild(style);
|
||||
|
||||
if (gridTab.isTreeTab() && AD_Tree_ID != 0)
|
||||
{
|
||||
Borderlayout layout = new Borderlayout();
|
||||
layout.setParent(this);
|
||||
layout.setSclass("adtab-form-borderlayout");
|
||||
|
|
Loading…
Reference in New Issue