Skip to content
Snippets Groups Projects
Commit 388a41b0 authored by Mike McKay's avatar Mike McKay
Browse files

XNAT-4281 Replaced ? in Upload Additional Files with more helpful message.

parent 7393c4d4
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ abu.FileUploader = function(o){ ...@@ -27,7 +27,7 @@ abu.FileUploader = function(o){
$(this._options.element).append( $(this._options.element).append(
'<div class="abu-uploader">' + '<div class="abu-uploader">' +
'<div id="abu-files-processing" class="abu-files-processing"> Processing...... </div>' + '<div id="abu-files-processing" class="abu-files-processing"> Processing...... </div>' +
'<a id="file-uploader-instructions-sel" class="abu-uploader-instructions-sel" onclick="abu._fileUploader.uploaderHelp()">?</a>' + '<a id="file-uploader-instructions-sel" class="abu-uploader-instructions-sel" onclick="abu._fileUploader.uploaderHelp()">Click here for help.</a>' +
'<div class="abu-upload-drop-area" style="display: none;"><span>Drop files here to upload</span></div>' + '<div class="abu-upload-drop-area" style="display: none;"><span>Drop files here to upload</span></div>' +
'<div class="abu-xnat-interactivity-area">' + '<div class="abu-xnat-interactivity-area">' +
'</div>' + '</div>' +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment