diff --git a/dashboard-ui/components/fileorganizer/fileorganizer.js b/dashboard-ui/components/fileorganizer/fileorganizer.js
index 12d5a60a1b..f1f9beea22 100644
--- a/dashboard-ui/components/fileorganizer/fileorganizer.js
+++ b/dashboard-ui/components/fileorganizer/fileorganizer.js
@@ -385,7 +385,7 @@
html += '
';
html += '';
html += '';
- html += ' '
+ html += '';
html += '';
html += Globalize.translateDocument(template);
@@ -441,19 +441,8 @@
removeOnClose: true
});
- dlg.setAttribute('with-backdrop', 'with-backdrop');
- dlg.setAttribute('role', 'alertdialog');
-
- // without this safari will scroll the background instead of the dialog contents
- // but not needed here since this is already on top of an existing dialog
- dlg.setAttribute('modal', 'modal');
-
- dlg.setAttribute('noAutoFocus', 'noAutoFocus');
- dlg.entryAnimation = 'scale-up-animation';
- dlg.exitAnimation = 'fade-out-animation';
dlg.classList.add('ui-body-a');
dlg.classList.add('background-theme-a');
- dlg.classList.add('smoothScrollY');
return dlg;
}
diff --git a/dashboard-ui/components/fileorganizer/fileorganizer.template.html b/dashboard-ui/components/fileorganizer/fileorganizer.template.html
index cedd5cd843..cf560c836f 100644
--- a/dashboard-ui/components/fileorganizer/fileorganizer.template.html
+++ b/dashboard-ui/components/fileorganizer/fileorganizer.template.html
@@ -1,8 +1,15 @@
-