[2010-12-07 20:59:50] Rev:648 | 2 files Modified

hector: Adjust in the Online Documentation link
--------------------------------------------------------------------------------
1. M /trunk/workflow/engine/xmlform/setup/processHeartBeatConfig.xml
2. M /trunk/workflow/engine/xmlform/setup/processHeartBeatConfig.html
This commit is contained in:
Erik Amaru Ortiz
2010-12-09 14:04:56 +00:00
parent 7b513f3030
commit 28e06c5d00
2 changed files with 22 additions and 20 deletions

View File

@@ -21,7 +21,7 @@
<td class='FormButton' colspan="2" align="center">{$form.HB_SAVE}</td>
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}">{$HB_LINKINFO}</td>
<!-- <td class='FormLabel' width="{$form_labelWidth}">{$HB_LINKINFO}</td> //-->
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.HB_LINKINFO} </td> //-->
<!-- <td class='FormFieldContent' width='{$form_fieldContentWidth}' >{$form.HB_LINKINFO}</td> -->
</tr>

View File

@@ -1,24 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="ProcessHeartBeatConfig" width="55%" enableTemplate="1">
<HB_TITLE type="title" enablehtml="0" btn_cancel="Cancel" enableHTML="1">
<en>Processmaker Heartbeat</en>
<es><![CDATA[Processmaker Heartbeat]]></es>
</HB_TITLE>
<HB_OPTION type="dropdown" required="0" readonly="0" savelabel="0" mode="edit" options="Array">
<en>Enable Heartbeat
<option name="0">No</option>
<option name="1">Yes</option>
</en>
<es><![CDATA[Habilitar Heartbeat]]><option name="0"><![CDATA[0]]></option><option name="1"><![CDATA[1]]></option></es>
</HB_OPTION>
<HB_SAVE type="button" onclick="sendValues(this.form);">
<en>save</en>
<es><![CDATA[Guardar]]></es>
</HB_SAVE>
<HB_LINKINFO type="link" colWidth="60" titleAlign="left" align="left" link='processHeartBeatInfo' value ='Read Online Documentation' onclick="var k=window.open('http://wiki.processmaker.com/index.php/Heartbeat
','_blank');return false;"/>
<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;">
<en>Read Online Documentation</en>
<es><![CDATA[Leer documentación en línea]]></es>
</HB_LINKINFO>
<!-- HB_LINKINFO type="link" colWidth="60" titleAlign="left" align="left" link="processHeartBeatInfo" value="Read Online Documentation" onclick="var k=window.open('http://wiki.processmaker.com/index.php/Heartbeat ','_blank');return false;">
<en>Read Online Documentation</en>
</HB_LINKINFO //-->
<HB_JS type="javascript">
var sendValues=function(form){
var hbOption = getField('HB_OPTION').value;
@@ -26,5 +29,4 @@
window.location = 'processHeartBeatConfig';
};
</HB_JS>
</dynaForm>