From 06a35630aafb17915af3312d293c0fa88763f5e2 Mon Sep 17 00:00:00 2001 From: Michael Heppler Date: Tue, 9 Jan 2018 16:23:27 -0500 Subject: [PATCH] Fixed PrimeFaces+jQuery issue with drag and drop msg on File Upload pg. [ref #4401] --- src/main/java/Bundle.properties | 2 +- src/main/webapp/editFilesFragment.xhtml | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/main/java/Bundle.properties b/src/main/java/Bundle.properties index b3cca4e213d..48d41406b60 100755 --- a/src/main/java/Bundle.properties +++ b/src/main/java/Bundle.properties @@ -1258,10 +1258,10 @@ file.count.selected={0} {0, choice, 0#Files Selected|1#File Selected|2#Files Sel file.selectToAddBtn=Select Files to Add file.selectToAdd.tipLimit=File upload limit is {0} bytes per file. file.selectToAdd.tipMoreInformation=For more information about supported file formats, please refer to the User Guide. +file.selectToAdd.dragdropMsg=Drag and drop files here. file.createUploadDisabled=Once you have saved your dataset, you can upload your data using the "Upload Files" button on the dataset page. For more information about supported file formats, please refer to the User Guide. file.fromDropbox=Upload from Dropbox file.fromDropbox.tip=Files can also be uploaded directly from Dropbox. -file.fromDropbox.description=Drag and drop files here. file.replace.original=Original File file.editFiles=Edit Files file.bulkUpdate=Bulk Update diff --git a/src/main/webapp/editFilesFragment.xhtml b/src/main/webapp/editFilesFragment.xhtml index 9c2fd66383b..f0b1c236e84 100644 --- a/src/main/webapp/editFilesFragment.xhtml +++ b/src/main/webapp/editFilesFragment.xhtml @@ -25,17 +25,14 @@