2010-12-02 23:34:41 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<dynaForm type="xmlform" width="95%">
|
2014-04-21 10:21:01 -04:00
|
|
|
<title type="title" colWidth="200" showInTable="0">
|
|
|
|
|
<en><![CDATA[User]]></en>
|
|
|
|
|
</title>
|
|
|
|
|
<USR_UID type="dropdown" colWidth="200">
|
2010-12-02 23:34:41 +00:00
|
|
|
SELECT USR_UID, USR_USERNAME FROM USERS
|
2014-04-21 10:21:01 -04:00
|
|
|
<en><![CDATA[User]]></en>
|
2010-12-02 23:34:41 +00:00
|
|
|
</USR_UID>
|
2014-04-21 10:21:01 -04:00
|
|
|
<GRP_UID type="hidden"/>
|
|
|
|
|
<button type="button" onclick="saveUserGroup( this.form );" showInTable="0">
|
|
|
|
|
<en><![CDATA[Accept]]></en>
|
|
|
|
|
</button>
|
|
|
|
|
</dynaForm>
|