initial commit from rev. 632
This commit is contained in:
19
workflow/engine/xmlform/groups/groups_AddUser.xml
Normal file
19
workflow/engine/xmlform/groups/groups_AddUser.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm type="xmlform" width="95%">
|
||||
|
||||
<title type="title" colWidth="200" showInTable="0">
|
||||
<en>User</en>
|
||||
</title>
|
||||
|
||||
<USR_UID type="dropdown" colWidth="200">
|
||||
SELECT USR_UID, USR_USERNAME FROM USERS
|
||||
<en>User</en>
|
||||
</USR_UID>
|
||||
|
||||
<GRP_UID type="hidden"/>
|
||||
|
||||
<button type="button" onclick="saveUserGroup( this.form );" showInTable="0">
|
||||
<en>Accept</en>
|
||||
</button>
|
||||
|
||||
</dynaForm>
|
||||
Reference in New Issue
Block a user