> Se corrigio contenido de los labels en el translation "OS" segun la informacion adjuntada en el presente Ticket ".po master.ad0936e".
31 lines
1.2 KiB
XML
Executable File
31 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><![CDATA[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><![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>
|
|
</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>
|