Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@84877 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
1d8109ed13
commit
742ed3bac5
|
@ -44,9 +44,7 @@ public class ErrorMessageBox {
|
|||
} else callback.onSuccess(dialog);
|
||||
}
|
||||
});
|
||||
/*FIXME box.setIcon(MessageBox.ERROR);
|
||||
box.getDialog().cancelText = DETAILS;
|
||||
box.getDialog().setButtons(MessageBox.OKCANCEL);*/
|
||||
|
||||
box.show();
|
||||
}
|
||||
|
||||
|
@ -59,9 +57,7 @@ public class ErrorMessageBox {
|
|||
|
||||
|
||||
simple.add(new Label("<PRE>"+failureDetails+"</PRE>"));
|
||||
//simple.getItem(0).getFocusSupport().setIgnore(true);
|
||||
|
||||
//FIXME simple.setScrollMode(ScrollMode.AUTO);
|
||||
|
||||
simple.setHideOnButtonClick(true);
|
||||
simple.setWidth(400);
|
||||
|
|
Loading…
Reference in New Issue