IDEMPIERE-724 Zk: Make iDempiere theme more easily customizable. Added css class for info product south pane.
This commit is contained in:
parent
63f6cdbf2b
commit
13669f400a
|
@ -312,6 +312,7 @@ public class InfoProductWindow extends InfoWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
south.setSclass("south-collapsible-with-title");
|
||||||
contentBorderLayout.appendChild(south);
|
contentBorderLayout.appendChild(south);
|
||||||
tabbedPane.setSclass("info-product-tabbedpane");
|
tabbedPane.setSclass("info-product-tabbedpane");
|
||||||
south.appendChild(tabbedPane);
|
south.appendChild(tabbedPane);
|
||||||
|
|
Loading…
Reference in New Issue