Files
luos/workflow/engine/xmlform/processes/processes_Export.xml
Victor Saisa Lopez 017e33d81c BUG 0000 "Elimination of the option export xpdl" SOLVED
- It eliminated the option export xpdl
- It was improved the export process option in the list of processes
2012-05-07 13:01:40 -04:00

39 lines
769 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="processes_Export" type="xmlform" width="580px" labelWidth="130px">
<TITLE type="title">
<en>processes Info</en>
</TITLE>
<PRO_TITLE type="caption">
<en>Process Title</en>
</PRO_TITLE>
<PRO_UID type="hidden">
<en>Process Uid</en>
</PRO_UID>
<PRO_DESCRIPTION type="caption">
<en>Description</en>
</PRO_DESCRIPTION>
<SIZE type="caption">
<en>Size in bytes</en>
</SIZE>
<FILENAME type="phpVariable"/>
<FILENAME_LINK type="phpVariable"/>
<FILENAME_LABEL type="link" value="@#FILENAME" link="@#FILENAME_LINK" target="_blank">
<en>File</en>
</FILENAME_LABEL>
<JS type="javascript"><![CDATA[
var nextStep = function(oForm)
{
oForm.action = 'cases_NextStep';
oForm.submit();
};
]]></JS>
</dynaForm>