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

12 lines
649 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm type="pagetable" menu="setup/languages_Options" sqlConnection="">
<LAN_ID type="text" titlealign="left" colWidth="50">
<en>Code</en>
</LAN_ID>
<LAN_NAME type="text" titlealign="left" colWidth="200">
<en>Language</en>
</LAN_NAME>
<!--<LAN_SELECT type="text" titlealign="left" colWidth="10" enableHtml="1"/>-->
<LAN_EXPORT type="link" colWidth="25" value="@#LAN_EXPORT" link="languages_Export?LAN_ID=@#LAN_ID&amp;rand=@#RAND" onclick=""/>
<LAN_DELETE type="link" colWidth="25" value="@#LAN_DELETE" link="languages_Delete?LAN_ID=@#LAN_ID&amp;rand=@#RAND" onclick=""/>
</dynaForm>