Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@96061 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-05-23 15:35:42 +00:00
parent d0162b8fdc
commit cf4114ba44
1 changed files with 3 additions and 3 deletions

View File

@ -137,12 +137,12 @@ public class TabularResourceProperties extends FramedPanel {
@Override
public void onValueChange(ValueChangeEvent<Boolean> event) {
if (event.getValue()) {
info("Attention",
"Attention, a tabular resource set to finalize can not be modified!");
info(" Warning",
"A TabularResource set to final can't be modified anymore!");
}
}
});
layoutTabularResource.add(new FieldLabel(finalizedField, "Finalized"),
layoutTabularResource.add(new FieldLabel(finalizedField, "Final"),
new VerticalLayoutData(1, -1));
// Save Button