2010-12-02 23:34:41 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<dynaForm name="ProcessHeartBeatConfig" width="55%" enableTemplate="1">
|
2010-12-09 14:04:56 +00:00
|
|
|
<HB_TITLE type="title" enablehtml="0" btn_cancel="Cancel" enableHTML="1">
|
2014-04-21 10:21:01 -04:00
|
|
|
<en><![CDATA[Processmaker Heartbeat]]></en>
|
2010-12-09 14:04:56 +00:00
|
|
|
</HB_TITLE>
|
|
|
|
|
<HB_OPTION type="dropdown" required="0" readonly="0" savelabel="0" mode="edit" options="Array">
|
2014-04-21 10:21:01 -04:00
|
|
|
<en><![CDATA[Enable Heartbeat]]><option name="0"><![CDATA[No]]></option><option name="1"><![CDATA[Yes]]></option></en>
|
2010-12-09 14:04:56 +00:00
|
|
|
</HB_OPTION>
|
|
|
|
|
<HB_SAVE type="button" onclick="sendValues(this.form);">
|
2014-04-21 10:21:01 -04:00
|
|
|
<en><![CDATA[save]]></en>
|
2010-12-09 14:04:56 +00:00
|
|
|
</HB_SAVE>
|
|
|
|
|
<HB_LINKINFO type="link" colWidth="60" titleAlign="left" align="left" link="#" onclick="var k=window.open('http://wiki.processmaker.com/index.php/Heartbeat ','_blank');return false;">
|
2014-04-21 10:21:01 -04:00
|
|
|
<en><![CDATA[Read Online Documentation]]></en>
|
2010-12-09 14:04:56 +00:00
|
|
|
</HB_LINKINFO>
|
|
|
|
|
<HB_JS type="javascript">
|
2010-12-02 23:34:41 +00:00
|
|
|
var sendValues=function(form){
|
|
|
|
|
var hbOption = getField('HB_OPTION').value;
|
|
|
|
|
ajax_function('processHeartBeatSave','','HB_OPTION='+hbOption,'POST') ;
|
|
|
|
|
window.location = 'processHeartBeatConfig';
|
|
|
|
|
};
|
|
|
|
|
</HB_JS>
|
|
|
|
|
</dynaForm>
|