IDEMPIERE-166 Rebranding of logo and product name
This commit is contained in:
parent
7f02fac181
commit
da3e69fd34
|
@ -170,7 +170,7 @@ public class WebDoc
|
|||
m_head.addElement(new script((Element)null, WebEnv.getBaseDirectory("/js/standard.js")));
|
||||
}
|
||||
m_head.addElement(new meta().setHttpEquiv("Content-Type", "text/html; charset=UTF-8"));
|
||||
m_head.addElement(new meta().setName("description", "ADempiere HTML UI"));
|
||||
m_head.addElement(new meta().setName("description", "iDempiere HTML UI"));
|
||||
|
||||
m_table = new table("0", "0", "0", "100%", null); // spacing 2
|
||||
m_topRow = new tr();
|
||||
|
@ -187,7 +187,7 @@ public class WebDoc
|
|||
|
||||
if (javaClient) {
|
||||
m_topRight.addElement(new img("res:org/compiere/images/AD10030.png")
|
||||
.setAlign(AlignType.RIGHT).setAlt("ADempiere"));
|
||||
.setAlign(AlignType.RIGHT).setAlt("iDempiere"));
|
||||
} else {
|
||||
if (title.equals("")) {
|
||||
m_topRight.addElement(WebEnv.getLogo());
|
||||
|
|
Loading…
Reference in New Issue