processmaker-builder
Version:
The gulp task runner for ProcessMaker building
26 lines (24 loc) • 765 B
text/xml
<dynaForm name="ProcessCategory" width="400" mode="edit" enableTemplate="1" border="0">
<title1 type="title">
<en><![CDATA[Delete Process Category]]></en>
</title1>
<CATEGORY_UID type="hidden" colWidth="32">
</CATEGORY_UID>
<LABEL_CATEGORY_NAME type="caption" colWidth="32">
<en><![CDATA[Category Name]]></en>
</LABEL_CATEGORY_NAME>
<CATEGORY_NAME type="hidden" colWidth="32">
</CATEGORY_NAME>
<BTN_SUBMIT type="submit">
<en><![CDATA[delete]]></en>
</BTN_SUBMIT>
<BTN_CANCEL type="button" onclick="cancel();">
<en><![CDATA[Cancel]]></en>
</BTN_CANCEL>
<JS type="javascript" replacetags="1"><![CDATA[
function cancel(){
window.location = 'processCategoryList';
}
]]></JS>
</dynaForm>