IDEMPIERE-3700 "Detail record" not translated / IDEMPIERE-1381

This commit is contained in:
Carlos Ruiz 2018-05-02 21:44:39 +02:00
parent 5bddedea7e
commit 35afe8b009
1 changed files with 0 additions and 4 deletions

View File

@ -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());