Added option to change password
authorChristos Stathis <chstath@ebs.gr>
Wed, 1 Feb 2012 15:40:56 +0000 (17:40 +0200)
committerChristos Stathis <chstath@ebs.gr>
Wed, 1 Feb 2012 15:40:56 +0000 (17:40 +0200)
src/gr/grnet/pithos/web/client/TopPanel.java

index dde44ff..cbabf86 100644 (file)
@@ -117,6 +117,13 @@ public class TopPanel extends Composite {
                                Window.open("/im/profile", "", "");
                        }
                }));
+        userItemMenu.addItem(new MenuItem("change password...", new Command() {
+                       
+                       @Override
+                       public void execute() {
+                               Window.open("/im/password", "", "");
+                       }
+               }));
         userItemMenu.addItem(new MenuItem("logout", new Command() {
                        
                        @Override