IDEMPIERE-3700 "Detail record" not translated / IDEMPIERE-1381
This commit is contained in:
parent
5bddedea7e
commit
35afe8b009
|
@ -352,10 +352,6 @@ DataStatusListener, IADTabpanel, IdSpace, IFieldEditorContainer
|
|||
cssContent.append("content: \"");
|
||||
cssContent.append(Util.cleanAmp(Msg.getMsg(Env.getCtx(), "Detail")));
|
||||
cssContent.append("\"; ");
|
||||
cssContent.append("position: relative; font-size: 12px; font-weight: bold; ");
|
||||
cssContent.append("top: 3px; ");
|
||||
cssContent.append("left: 4px; ");
|
||||
cssContent.append("z-index: -1; ");
|
||||
cssContent.append("} ");
|
||||
Style style = new Style();
|
||||
style.setContent(cssContent.toString());
|
||||
|
|
Loading…
Reference in New Issue