updated notification settings dialog

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@115408 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-06-16 14:54:44 +00:00
parent 7a1f4fdcdb
commit c16feb7c95
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ public class NotificationSettingsDialog extends Modal {
}
//TODO: does not work
private void showDeliveryResult(boolean success) {
clear();
if (success) {
@ -112,6 +113,7 @@ public class NotificationSettingsDialog extends Modal {
}
});
}
Button close = new Button("Close");
close.addClickHandler(new ClickHandler() {
@Override