Project

General

Profile

Bug #21879 » 13092.diff

Administrator Admin, 2009-12-25 18:29

View differences:

typo3/js/flashupload.js (working copy)
if (!Ext.fly(swfConfig.button_placeholder_id)) {
var button = Ext.DomQuery.selectNode('#t3-file-upload-window-button-selectfiles button');
Ext.DomHelper.insertBefore(button, '<div id="' + swfConfig.button_placeholder_id + '"></div>');
// set the width of the swf-button in background according to the user-visible button
swfConfig.button_width = button.clientWidth;
}
this.swf = new SWFUpload(swfConfig);
this.swf.fileUploadWindow = this;
typo3/css/backend-style.css (working copy)
.swfupload {
display: block;
position: absolute;
width: 80px;
height: 22px;
z-index: 2000;
}
(2-2/2)