diff --git a/workflow/engine/xmlform/setup/processHeartBeatConfig.html b/workflow/engine/xmlform/setup/processHeartBeatConfig.html index f774fe6df..180c19d08 100755 --- a/workflow/engine/xmlform/setup/processHeartBeatConfig.html +++ b/workflow/engine/xmlform/setup/processHeartBeatConfig.html @@ -21,7 +21,7 @@ {$form.HB_SAVE} - {$HB_LINKINFO} + diff --git a/workflow/engine/xmlform/setup/processHeartBeatConfig.xml b/workflow/engine/xmlform/setup/processHeartBeatConfig.xml index a82a777d9..8766e4406 100755 --- a/workflow/engine/xmlform/setup/processHeartBeatConfig.xml +++ b/workflow/engine/xmlform/setup/processHeartBeatConfig.xml @@ -1,30 +1,32 @@ - - - Processmaker Heartbeat - - - - Enable Heartbeat + + Processmaker Heartbeat + + + + Enable Heartbeat - + - - - - save - - - - - + + + + save + + + + Read Online Documentation + + + + var sendValues=function(form){ var hbOption = getField('HB_OPTION').value; ajax_function('processHeartBeatSave','','HB_OPTION='+hbOption,'POST') ; window.location = 'processHeartBeatConfig'; }; -