processmaker-builder
Version:
The gulp task runner for ProcessMaker building
21 lines (20 loc) • 579 B
text/xml
<dynaForm name="cases_Reassign" type="xmlform" width="600px" labelWidth="200px">
<TITLE type="title">
<en><![CDATA[Finish Reassigned]]></en>
</TITLE>
<APP_NUMBER type="text" mode="view">
<en><![CDATA[Case #]]></en>
</APP_NUMBER>
<USERS type="text" mode="view">
<en><![CDATA[Reassigned to]]></en>
</USERS>
<BACK type="button" onclick="back();">
<en><![CDATA[BACK]]></en>
</BACK>
<JS type="javascript"><![CDATA[
var back = function() {
window.location = 'cases_List?l=to_reassign';
};
]]></JS>
</dynaForm>