2013-05-21 22:43:22 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<zk>
|
|
|
|
<script defer="true">
|
|
|
|
<![CDATA[
|
2015-12-09 22:37:37 +07:00
|
|
|
adempiere.set("zkTimeoutURL", "sessiontimeout.zul");
|
2013-05-21 22:43:22 +07:00
|
|
|
]]>
|
|
|
|
</script>
|
|
|
|
<zscript>
|
|
|
|
<![CDATA[
|
|
|
|
import org.compiere.util.Env;
|
2017-10-18 20:05:12 +07:00
|
|
|
import org.adempiere.webui.theme.ITheme;
|
2013-05-21 22:43:22 +07:00
|
|
|
|
|
|
|
Env.setContext(Env.getCtx(), "#ZK_Toolbar_Button_Size", "24");
|
2013-07-12 20:29:51 +07:00
|
|
|
/* Set the next variable if you want to control browser title in theme */
|
|
|
|
/* Env.setContext(Env.getCtx(), "#ZK_BROWSER_TITLE", "iDempiere"); */
|
2017-10-18 20:05:12 +07:00
|
|
|
Env.setContext(Env.getCtx(), ITheme.USE_CSS_FOR_WINDOW_SIZE, "Y");
|
2013-05-21 22:43:22 +07:00
|
|
|
]]>
|
|
|
|
</zscript>
|
|
|
|
</zk>
|