<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="languages_ImportForm" type="xmlform" width="100%" labelWidth="40%" enableTemplate="1">
  <title type="title" colWidth="200" showInTable="0">
    <en><![CDATA[Create a new Role]]></en>
  </title>
  <ROL_CODE type="text" size="25" maxlength="32" defaultvalue="" required="true">
    <en><![CDATA[Role Code]]></en>
  </ROL_CODE>
  <ROL_NAME type="text" size="35" maxlength="128" defaultvalue="" required="true">
    <en><![CDATA[Role Name]]></en>
  </ROL_NAME>
  <ROL_STATUS type="dropdown" size="25" maxlength="32" defaultvalue="Active">
    <en><![CDATA[Status]]><option name="1"><![CDATA[Active]]></option><option name=""><![CDATA[Inactive]]></option></en>
  </ROL_STATUS>
  <BTN_CANCEL type="button" onclick="cancel()">
    <en><![CDATA[Cancel]]></en>
  </BTN_CANCEL>
  <CREATE type="button" onclick="javascript:saveNewRole();">
    <en><![CDATA[Create]]></en>
  </CREATE>
  <JS type="javascript" replacetags="1"><![CDATA[

function cancel(){
    currentPopupWindow.remove();
}

]]></JS>
</dynaForm>
