From 0ab53157d66c8c26c9c02d77027e9715f3e19ce9 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 26 Nov 2014 13:47:54 +0000 Subject: [PATCH] Fixed #3149 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@101704 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/informationwidget/client/TabularResourceProperties.java | 2 +- templates/changelog.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java index d05c68a..7919c0a 100644 --- a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java +++ b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java @@ -170,7 +170,7 @@ public class TabularResourceProperties extends FramedPanel { dateField = new TextField(); dateField.setReadOnly(true); dateField.setValue(""); - layoutTabularResource.add(new FieldLabel(dateField, "Date"), + layoutTabularResource.add(new FieldLabel(dateField, "Creation Date"), new VerticalLayoutData(1, -1)); tableTypeNameField = new TextField(); diff --git a/templates/changelog.xml b/templates/changelog.xml index 171d406..677a11a 100644 --- a/templates/changelog.xml +++ b/templates/changelog.xml @@ -1,4 +1,7 @@ + + Fixed Creation Date in TabResourcesProperties [issue #3149] + Added Multi Tab Management Added Resources Button