2014-04-21 10:21:01 -04:00
<?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" >
2014-10-22 14:38:30 -04:00
<en > <![CDATA[The process you are trying to import already exists. Please select one of the following options to continue:]]> </en>
2014-04-21 10:21:01 -04:00
</TITLE1>
<IMPORT_OPTION type= "radiogroup" >
2015-01-16 15:16:47 -04:00
<en > <![CDATA[]]> <option name= "1" > <![CDATA[Update the current process overwriting all tasks and steps]]> </option> <option name= "2" > <![CDATA[Disable the current process and create a new version of the process]]> </option> <option name= "3" > <![CDATA[Create a completely new process without changing the current process]]> </option> </en>
2014-04-21 10:21:01 -04:00
</IMPORT_OPTION>
<PRO_FILENAME type= "hidden" >
</PRO_FILENAME>
<OBJ_UID type= "hidden" >
</OBJ_UID>
<SUBMIT type= "submit" >
<en > <![CDATA[Save]]> </en>
</SUBMIT>
<BTN_CANCEL type= "button" onclick= "cancel();" >
<en > <![CDATA[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>