Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-codelistmapping-import-widget@96457 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-06-03 16:37:55 +00:00
parent 15599b4fb8
commit 66dd1352cb
1 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ import com.sencha.gxt.widget.core.client.form.FormPanel;
*/
public class CodelistMappingFileUploadPanel extends FormPanel {
protected static final String UPLOAD_SERVLET = "LocalUploadServlet";
protected static final String UPLOAD_SERVLET = "CodelistMappingUploadServlet";
public static final int STATUS_POLLING_DELAY = 1000;
@ -54,7 +54,7 @@ public class CodelistMappingFileUploadPanel extends FormPanel {
final CSVImportSession importSession) {
this.res = res;
setId("LocalUploadPanel");
setId("CodelistMappingUploadPanel");
setLabelAlign(LabelAlign.TOP);
getElement().setPadding(new Padding(5));
@ -82,7 +82,7 @@ public class CodelistMappingFileUploadPanel extends FormPanel {
fileUploadField.setWidth("100%");
content.add(new FieldLabel(fileUploadField,
"Select the csv file to import"),
"Select the file to import"),
new VerticalLayoutData(-2, -1));
uploadButton = new TextButton("Upload");