Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@114020 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
eb52451ed6
commit
6b80005f53
|
@ -102,7 +102,7 @@ public class FileToolBar {
|
|||
fileGroup.add(fileLayout);
|
||||
|
||||
openButton = new TextButton(msgs.openButton(),
|
||||
TabularDataResources.INSTANCE.open32());
|
||||
TabularDataResources.INSTANCE.trOpen32());
|
||||
openButton.setId("openButton");
|
||||
openButton.setScale(ButtonScale.LARGE);
|
||||
openButton.setIconAlign(IconAlign.TOP);
|
||||
|
@ -123,7 +123,7 @@ public class FileToolBar {
|
|||
|
||||
|
||||
closeButton = new TextButton(msgs.closeButton(),
|
||||
TabularDataResources.INSTANCE.close32());
|
||||
TabularDataResources.INSTANCE.trClose32());
|
||||
closeButton.disable();
|
||||
closeButton.setId("closeButton");
|
||||
closeButton.setScale(ButtonScale.LARGE);
|
||||
|
@ -163,7 +163,7 @@ public class FileToolBar {
|
|||
|
||||
|
||||
shareButton = new TextButton(msgs.shareButton(),
|
||||
TabularDataResources.INSTANCE.share32());
|
||||
TabularDataResources.INSTANCE.trShare32());
|
||||
shareButton.disable();
|
||||
shareButton.setId("shareButton");
|
||||
shareButton.setScale(ButtonScale.LARGE);
|
||||
|
|
Loading…
Reference in New Issue