Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@91628 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-14 15:09:29 +00:00
parent 6738edf9fc
commit 6f078c34c0
1 changed files with 4 additions and 4 deletions

View File

@ -292,7 +292,7 @@ public class FileToolBar {
templateNewButton = new TextButton("New",
TabularDataResources.INSTANCE.templateEdit32());
//templateNewButton.disable();
templateNewButton.disable();
templateNewButton.setToolTip("New");
templateNewButton.setScale(ButtonScale.LARGE);
templateNewButton.setIconAlign(IconAlign.TOP);
@ -489,7 +489,7 @@ public class FileToolBar {
exportJSONButton.disable();
exportSDMXButton.disable();
templateOpenButton.disable();
templateNewButton.enable();
templateNewButton.disable();
timelineButton.disable();
break;
case TR_CLOSE:
@ -505,7 +505,7 @@ public class FileToolBar {
exportJSONButton.disable();
exportSDMXButton.disable();
templateOpenButton.disable();
templateNewButton.enable();
templateNewButton.disable();
timelineButton.disable();
break;
case TR_OPEN:
@ -526,7 +526,7 @@ public class FileToolBar {
exportCSVButton.enable();
exportJSONButton.disable();
templateOpenButton.disable();
templateNewButton.enable();
templateNewButton.disable();
timelineButton.enable();
break;
case WIZARD_OPEN: