Replaced simple prompts for creating groups and adding users with normal dialogs
authorChristos Stathis <chstath@ebs.gr>
Wed, 2 May 2012 14:11:59 +0000 (17:11 +0300)
committerChristos Stathis <chstath@ebs.gr>
Wed, 2 May 2012 14:11:59 +0000 (17:11 +0300)
commit53f8abed1e809c1d08614ecf4a7d97b8d12fb73e
tree324c7749be7d37bf13d95d808b63f73f2c13f5ae
parent5d18aa8264cb997c267c3dba8d27f7cbf66d9150
Replaced simple prompts for creating groups and adding users with normal dialogs
src/gr/grnet/pithos/web/client/AddUserDialog.java [new file with mode: 0644]
src/gr/grnet/pithos/web/client/GroupCreateDialog.java [new file with mode: 0644]
src/gr/grnet/pithos/web/client/commands/AddUserCommand.java
src/gr/grnet/pithos/web/client/commands/CreateGroupCommand.java