zk6: Fixed timeout page not working for zk6.
This commit is contained in:
parent
4c4b53662f
commit
eabc07667c
|
@ -1,4 +1,4 @@
|
||||||
<?page title="Adempiere" contentType="text/html;charset=UTF-8"?>
|
<?page title="Adempiere" contentType="text/html;charset=UTF-8" automaticTimeout="false" ?>
|
||||||
<zk>
|
<zk>
|
||||||
<zscript>
|
<zscript>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<toolbarbutton href="/index.zul" label="${continueText}"/>
|
<toolbarbutton href="/index.zul" label="${continueText}"/>
|
||||||
</div>
|
</div>
|
||||||
</vbox>
|
</vbox>
|
||||||
<script defer="true">
|
<script>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
var callback = function(ok, val) {
|
var callback = function(ok, val) {
|
||||||
if (ok && !!val)
|
if (ok && !!val)
|
||||||
|
|
Loading…
Reference in New Issue