diff --git a/pom.xml b/pom.xml index 160efe6..09f4dab 100644 --- a/pom.xml +++ b/pom.xml @@ -164,14 +164,14 @@ org.gcube.portlets.user workspace-tree-widget [6.0.0-SNAPSHOT, 7.0.0-SNAPSHOT) - provided + org.gcube.portlets.widgets workspace-light-tree - provided + diff --git a/src/main/resources/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml b/src/main/resources/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml index 4186408..089dd59 100644 --- a/src/main/resources/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml @@ -20,6 +20,7 @@ + + + + + uploadprogress + org.gcube.portlets.widgets.fileupload.server.UploadProgressServlet + + + + uploadprogress + /workspace/uploadprogress + + + + + upload + org.gcube.portlets.widgets.fileupload.server.UploadServlet + + + + upload + /FileUpload/upload + + + + UploadService org.gcube.portlets.user.workspace.server.UploadServlet @@ -20,6 +45,22 @@ UploadService /workspace/UploadService + + + + + + LocalUploadService + org.gcube.portlets.user.workspace.server.LocalUploadServlet + + + + LocalUploadService + /workspace/LocalUploadService + + + + DownloadService diff --git a/src/main/webapp/images/white-grad.png b/src/main/webapp/images/white-grad.png new file mode 100644 index 0000000..aaf57aa Binary files /dev/null and b/src/main/webapp/images/white-grad.png differ diff --git a/src/main/webapp/workspaceportlet.css b/src/main/webapp/workspaceportlet.css index 1ddb4e8..5fb2188 100644 --- a/src/main/webapp/workspaceportlet.css +++ b/src/main/webapp/workspaceportlet.css @@ -1,5 +1,6 @@ @import url(http://fonts.googleapis.com/css?family=Architects+Daughter); @import url(newtheme.css); +@import url(workspace/old-dialog.css); #SearchAndFilter { background-color: #d0def0;