Files
luos/workflow/engine/xmlform/processes/processes_ImportExisting.xml
2011-09-05 12:47:25 -04:00

44 lines
1.2 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="processes_New" width="50%" labelWidth="55px" mode="edit" enableTemplate="1">
<title type="title" enableHTML="1">
<en><![CDATA[<div align="center">Importing Existing Process</div>]]></en>
</title>
<TITLE1 type="subtitle">
<en>The process you are trying to import already exists. Please select one of the following options to continue:</en>
</TITLE1>
<IMPORT_OPTION type="radiogroup">
<en>
<option name="1">Update the current process, overwriting all tasks and steps</option>
<option name="2">Disable the current process and create a new version of the process</option>
<option name="3">Create a completely new process without changing the current process</option>
</en>
</IMPORT_OPTION>
<PRO_FILENAME type="hidden">
</PRO_FILENAME>
<OBJ_UID type="hidden">
</OBJ_UID>
<SUBMIT type="submit">
<en>Save</en>
</SUBMIT>
<BTN_CANCEL type="button" onclick="cancel();">
<en>Cancel</en>
</BTN_CANCEL>
<JS type="javascript" replacetags="1"><![CDATA[
function cancel(){
//history.back();
window.location = 'main?type=blank';
// window.location = 'processes_List?type=blank';
}
]]></JS>
</dynaForm>