UNPKG

processmaker-builder

Version:

The gulp task runner for ProcessMaker building

18 lines (17 loc) 923 B
<?xml version="1.0" encoding="UTF-8"?> <dynaForm sql="SELECT * FROM GROUPWF" type="filterform" sqlConnection="" deleteRow="0" menu="groups/groups_Options" filterForm="groups/groups_Search" width="100%"> <title type="title" colWidth="200" showInTable="0"> <en><![CDATA[Group properties]]></en> </title> <UID type="hidden" showInTable="0"> </UID> <GROUP_TITLE type="text" colWidth="200" align="left" titleAlign="left"> <en><![CDATA[Group]]></en> </GROUP_TITLE> <GROUP_STATUS type="dropdown" colWidth="150" align="left"> <en><![CDATA[Status]]><option name="ACTIVE"><![CDATA[Active]]></option><option name="INACTIVE"><![CDATA[Inactive]]></option><option name="VACATION"><![CDATA[Vacation]]></option><option name="CLOSED"><![CDATA[Closed]]></option></en> </GROUP_STATUS> <button type="button" onclick="saveGroup( this.form );" showInTable="0"> <en><![CDATA[Accept]]></en> </button> </dynaForm>