Files
luos/workflow/engine/xmlform/tracker/tracker_TransferHistory.xml
Julio Cesar Laura 7d4aea1cce BUG 8881 Change "Derivation" to "Routing"
- Change the .po file, and the xml forms
2012-06-18 19:28:16 -04:00

35 lines
1013 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="cases_TransferHistory" width="100%">
<TAS_TITLE type="text" colWidth="140">
<en>Task</en>
</TAS_TITLE>
<USR_LASTNAME type="private" showInTable="0">
<en>Delegated User</en>
</USR_LASTNAME>
<USR_FIRSTNAME type="private" showInTable="0">
<en>Delegated User</en>
</USR_FIRSTNAME>
<USR_NAME type="text">
<en>Delegated User</en>
</USR_NAME>
<DEL_DELEGATE_DATE type="date" colWidth="122" colAlign="center" titleAlign="center">
<en>Task Transfer Date</en>
</DEL_DELEGATE_DATE>
<DEL_INIT_DATE type="date" colWidth="100" colAlign="center" titleAlign="center">
<en>Start Date</en>
</DEL_INIT_DATE>
<DEL_FINISH_DATE type="date" colWidth="100" colAlign="center" titleAlign="center">
<en>End Date</en>
</DEL_FINISH_DATE>
<APP_TYPE type="dropdown" colWidth="100" colAlign="center" titleAlign="center">
<en>Action<option name="PAUSE">Paused</option><option name="CANCEL">Cancelled</option><option name="">Routed</option></en>
</APP_TYPE>
</dynaForm>