From 90ad8247b7b6d92431e9ff3a4e72530ac1007b45 Mon Sep 17 00:00:00 2001 From: David Huynh Date: Tue, 30 Aug 2011 21:21:46 +0000 Subject: [PATCH] Minor layout change in custom tabular exporter dialog from Thad's suggestion. Fixed small compile error in main/tests/. git-svn-id: http://google-refine.googlecode.com/svn/trunk@2226 7d457c2a-affb-35e4-300a-418c747d4874 --- .../refine/tests/exporters/XlsExporterTests.java | 2 +- .../dialogs/custom-tabular-exporter-dialog.html | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/main/tests/server/src/com/google/refine/tests/exporters/XlsExporterTests.java b/main/tests/server/src/com/google/refine/tests/exporters/XlsExporterTests.java index 9f463f02c..c72623adc 100644 --- a/main/tests/server/src/com/google/refine/tests/exporters/XlsExporterTests.java +++ b/main/tests/server/src/com/google/refine/tests/exporters/XlsExporterTests.java @@ -84,7 +84,7 @@ public class XlsExporterTests extends RefineTest { @BeforeMethod public void SetUp(){ - SUT = new XlsExporter(); + SUT = new XlsExporter(false); stream = new ByteArrayOutputStream(); ProjectManager.singleton = new ProjectManagerStub(); projectMetadata = new ProjectMetadata(); diff --git a/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.html b/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.html index ca0ff9d2d..35467dcdc 100644 --- a/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.html +++ b/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.html @@ -59,22 +59,18 @@ Matched entity's name + + Cell's content Matched entity's ID - - - Cell's content - - - - Output nothing for unmatched cells - - Link to matched entity's page + Link to matched entity's page + + Output nothing for unmatched cells