2.13 export is still buggy
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/reports@71396 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2cb4d69e24
commit
e10bca1b36
10
.project
10
.project
|
@ -30,11 +30,6 @@
|
|||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.google.gdt.eclipse.core.webAppProjectValidator</name>
|
||||
<arguments>
|
||||
|
@ -45,6 +40,11 @@
|
|||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
|
|
|
@ -181,13 +181,13 @@ public class GenericTable extends Composite {
|
|||
VerticalPanel toReturn = new VerticalPanel();
|
||||
|
||||
HorizontalPanel hp1 = new HorizontalPanel();
|
||||
HTML title = new HTML("Title: <span style=\"color: red;\">* </span>", true);
|
||||
HTML title = new HTML("<div style=\"white-space:nowrap;\">Title: <span style=\"color: red;\">* </span></div>", true);
|
||||
hp1.add(title);
|
||||
hp1.add(titleTB);
|
||||
titleTB.setWidth("135px");
|
||||
titleTB.setText(sTable.getTitle());
|
||||
|
||||
HTML desc = new HTML(" Description: <span style=\"color: red;\">* </span>", true);
|
||||
HTML desc = new HTML("<div style=\"white-space:nowrap;\"> Description: <span style=\"color: red;\">* </span></div>", true);
|
||||
//desc.setStyleName("attributeArea");
|
||||
|
||||
hp1.add(desc);
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<inherits name='org.gcube.portlets.user.guidedtour.GuidedTour' />
|
||||
|
||||
<!-- To Comment out -->
|
||||
<set-property name="user.agent" value="gecko1_8" />
|
||||
<!-- <set-property name="user.agent" value="gecko1_8" /> -->
|
||||
|
||||
<inherits name='org.gcube.portlets.user.workspace.lighttree.WorkspacePortletLightTree' />
|
||||
<inherits name='org.gcube.portlets.user.exporter.Report_exporter_widget' />
|
||||
|
|
Reference in New Issue