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
Feature/23194
Massimiliano Assante 9 years ago
parent 7a1f4fdcdb
commit c16feb7c95

@ -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

Loading…
Cancel
Save