summaryrefslogtreecommitdiff
path: root/lib/scripts/fileuploaderextended.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/scripts/fileuploaderextended.js')
-rw-r--r--lib/scripts/fileuploaderextended.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scripts/fileuploaderextended.js b/lib/scripts/fileuploaderextended.js
index 6eaa38ebc..cbe7304c2 100644
--- a/lib/scripts/fileuploaderextended.js
+++ b/lib/scripts/fileuploaderextended.js
@@ -78,13 +78,13 @@ qq.FileUploaderExtended = function(o){
'<div class="qq-upload-button">Upload a file</div>' +
'<ul class="qq-upload-list"></ul>' +
'<label class="check" for="dw__ow"><input id="dw__ow" type="checkbox" value="1" name="ow"><span>Overwrite existing file</span></label>' +
- '<input class="button" type="submit" value="Upload" id="mediamanager__upload_button">' +
+ '<div><input class="button" type="submit" value="Upload" id="mediamanager__upload_button"></div>' +
'</div>',
// template for one item in file list
fileTemplate: '<li>' +
'<span class="qq-upload-file"></span>' +
- '<label><span>Upload as (optional):</span><input class="qq-upload-name-input" type="text"></label>' +
+ '<label>Upload as (optional): <input class="qq-upload-name-input" type="text"></label>' +
'<span class="qq-upload-spinner-hidden"></span>' +
'<span class="qq-upload-size"></span>' +
'<a class="qq-upload-cancel" href="#">Cancel</a>' +