IDEMPIERE-4604 Release 8.2 Phong (#480)
Changes to differentiate test servers 8.2 from 8.2z
This commit is contained in:
parent
2c1322249c
commit
0485339377
|
@ -44,7 +44,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
|
||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 8.2 Phong Page!<br>
|
||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 8.2z Phong Page!<br>
|
||||
|
||||
</font></td>
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 85 KiB |
|
@ -90,7 +90,7 @@ public final class Prop implements Serializable {
|
|||
public static final String SOC_7 = "Social7";
|
||||
|
||||
/**Defaults*/
|
||||
private static final String CREDITS = "Welcome to the iDempiere (OSGi+ADempiere) 8.2 Phong Page!";
|
||||
private static final String CREDITS = "Welcome to the iDempiere (OSGi+ADempiere) 8.2z Phong Page!";
|
||||
private static String LOGO_URL = null;
|
||||
|
||||
|
||||
|
|
|
@ -52,5 +52,5 @@ CustomImagePath = NONE
|
|||
ClientName = iDempiere Application Home
|
||||
|
||||
#Custom Credits & Copyright tail
|
||||
Credits = Welcome to iDempiere 8.2 Phong
|
||||
Credits = Welcome to iDempiere 8.2z Phong
|
||||
Copyriright = || by <a href="http://www.idempiere.org" target="blank">iDempiere Community</a>
|
||||
|
|
|
@ -9,7 +9,7 @@ Copyright (C) 2009 Idalica Corporation
|
|||
if="${desktop.execution.serverName.equals("127.0.0.1") or desktop.execution.serverName.startsWith("demo") or desktop.execution.serverName.startsWith("test") or desktop.execution.serverName.startsWith("triage")}">
|
||||
<hbox align="center">
|
||||
<a href="http://www.idempiere.org" target="_blank"><image src="~./theme/default/images/login-logo.png"/></a>
|
||||
<label value="iDempiere Online Demonstration"
|
||||
<label value="iDempiere 8.2z Online Demonstration"
|
||||
style="font-family:Arial,sans-serif; color:#578BB8; font-size:1.5em; font-weight: bold;" />
|
||||
</hbox>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue