IDEMPIERE-4521 Release 8.1 - RC (#357)
Minor change to enable help text in triage servers for release testing
This commit is contained in:
parent
ffd05346f9
commit
9c9efa41d4
|
@ -9,7 +9,7 @@ Copyright (C) 2009 Idalica Corporation
|
||||||
<?component name="loginLinks" inline="true" macroURI="login-links.zul"?>
|
<?component name="loginLinks" inline="true" macroURI="login-links.zul"?>
|
||||||
<div>
|
<div>
|
||||||
<vendorLogo/>
|
<vendorLogo/>
|
||||||
<loginInfo 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("experimental.")}"/>
|
<loginInfo 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")}"/>
|
||||||
<versionInfo/>
|
<versionInfo/>
|
||||||
<loginLinks/>
|
<loginLinks/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -15,7 +15,7 @@ Copyright (C) 2009 Idalica Corporation
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="loginLinksBox" 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("experimental.")}"
|
<div class="loginLinksBox" 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")}"
|
||||||
style="position: absolute; bottom: 30px;">
|
style="position: absolute; bottom: 30px;">
|
||||||
|
|
||||||
<toolbarbutton href="http://www.zkoss.org" image="/theme/default/images/zkpowered_s.png"
|
<toolbarbutton href="http://www.zkoss.org" image="/theme/default/images/zkpowered_s.png"
|
||||||
|
|
|
@ -6,14 +6,14 @@ Copyright (C) 2009 Idalica Corporation
|
||||||
<zk>
|
<zk>
|
||||||
|
|
||||||
<div style="background-color: #E5E5E5; margin: 5px;"
|
<div style="background-color: #E5E5E5; margin: 5px;"
|
||||||
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("experimental.")}">
|
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">
|
<hbox align="center">
|
||||||
<a href="http://www.idempiere.org" target="_blank"><image src="/theme/default/images/login-logo.png"/></a>
|
<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 Online Demonstration"
|
||||||
style="font-family:Arial,sans-serif; color:#578BB8; font-size:1.5em; font-weight: bold;" />
|
style="font-family:Arial,sans-serif; color:#578BB8; font-size:1.5em; font-weight: bold;" />
|
||||||
</hbox>
|
</hbox>
|
||||||
</div>
|
</div>
|
||||||
<div style="height: 90px" if="${! desktop.execution.serverName.equals("127.0.0.1") and ! desktop.execution.serverName.startsWith("demo.") and ! desktop.execution.serverName.startsWith("test") and ! desktop.execution.serverName.startsWith("experimental.")}">
|
<div style="height: 90px" if="${! desktop.execution.serverName.equals("127.0.0.1") and ! desktop.execution.serverName.startsWith("demo") and ! desktop.execution.serverName.startsWith("test") and ! desktop.execution.serverName.startsWith("triage")}">
|
||||||
<space/>
|
<space/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue