Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@96448 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-06-03 15:46:02 +00:00
parent 083bae144c
commit 4582a872fe
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,9 @@
<dependent-module archiveName="tabular-data-widget-common-event-1.2.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-widget-common-event/tabular-data-widget-common-event">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="tabular-data-gwt-service-2.2.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-gwt-service/tabular-data-gwt-service">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="tabular-data-wizard-widget-1.2.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-wizard-widget/tabular-data-wizard-widget">
<dependency-type>uses</dependency-type>
</dependent-module>

View File

@ -294,6 +294,7 @@ public class CurationToolBar {
extractCodelistButton = new TextButton("Extract Codelist",
TabularDataResources.INSTANCE.codelist32());
extractCodelistButton.disable();
extractCodelistButton.setScale(ButtonScale.LARGE);
extractCodelistButton.setIconAlign(IconAlign.TOP);
extractCodelistButton.setToolTip("Extract Codelist");
@ -310,6 +311,7 @@ public class CurationToolBar {
codelistMappingButton = new TextButton("Map Import",
TabularDataResources.INSTANCE.codelistMapping32());
codelistMappingButton.disable();
codelistMappingButton.setScale(ButtonScale.LARGE);
codelistMappingButton.setIconAlign(IconAlign.TOP);
codelistMappingButton.setToolTip("Codelist Map Import");
@ -326,6 +328,7 @@ public class CurationToolBar {
generateSummaryButton = new TextButton("Generate Summary",
TabularDataResources.INSTANCE.summary32());
generateSummaryButton.disable();
generateSummaryButton.setScale(ButtonScale.LARGE);
generateSummaryButton.setIconAlign(IconAlign.TOP);
generateSummaryButton.setToolTip("Generate Summary");