Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@92385 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-27 09:12:04 +00:00
parent 8024418278
commit 87cb42e8c1
1 changed files with 4 additions and 4 deletions

View File

@ -488,8 +488,8 @@ public class FileToolBar {
exportCSVButton.disable();
exportJSONButton.disable();
exportSDMXButton.disable();
templateOpenButton.disable();
templateNewButton.disable();
templateOpenButton.enable();
templateNewButton.enable();
timelineButton.disable();
break;
case TR_CLOSE:
@ -504,8 +504,8 @@ public class FileToolBar {
exportCSVButton.disable();
exportJSONButton.disable();
exportSDMXButton.disable();
templateOpenButton.disable();
templateNewButton.disable();
templateOpenButton.enable();
templateNewButton.enable();
timelineButton.disable();
break;
case TR_OPEN: