27 lines
782 B
XML
27 lines
782 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<dynaForm name="tracker_DynaDocs" width="100%" rowsPerPage="50" menu="">
|
||
|
|
|
||
|
|
<APP_UID type="private" showInTable="0"/>
|
||
|
|
<APP_MSG_UID type="private" showInTable="0"/>
|
||
|
|
|
||
|
|
<APP_MSG_DATE type="text" colWidth="150" titleAlign="left" align="left">
|
||
|
|
<en>DATE</en>
|
||
|
|
</APP_MSG_DATE>
|
||
|
|
|
||
|
|
<APP_MSG_SUBJECT type="text" colWidth="200" titleAlign="left" align="left">
|
||
|
|
<en>SUBJECT</en>
|
||
|
|
</APP_MSG_SUBJECT>
|
||
|
|
|
||
|
|
<APP_MSG_FROM type="text" colWidth="200" titleAlign="left" align="left">
|
||
|
|
<en>FROM</en>
|
||
|
|
</APP_MSG_FROM>
|
||
|
|
|
||
|
|
<APP_MSG_TO type="text" colWidth="200" titleAlign="left" align="left">
|
||
|
|
<en>TO</en>
|
||
|
|
</APP_MSG_TO>
|
||
|
|
|
||
|
|
<VIEW type="link" colWidth="50" link="tracker_MessagesView?APP_UID=@#APP_UID&APP_MSG_UID=@#APP_MSG_UID" value="@#VIEW">
|
||
|
|
<en/>
|
||
|
|
</VIEW>
|
||
|
|
|
||
|
|
</dynaForm>
|