IDEMPIERE-5109 Release 9 Horizon - minor fix for zul (#1093)
This commit is contained in:
parent
fa62f421b9
commit
d5ae7af3ec
|
@ -9,7 +9,7 @@ Copyright (C) 2009 Idalica Corporation
|
||||||
<?component name="loginLinks" inline="true" macroURI="~./theme/default/zul/login/login-links.zul"?>
|
<?component name="loginLinks" inline="true" macroURI="~./theme/default/zul/login/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("triage")}"/>
|
<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("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("triage")}"
|
<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("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"
|
||||||
|
|
Loading…
Reference in New Issue