diff --git a/files/css/files.css b/files/css/files.css index 160c930740..1d7fb5ef59 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -27,6 +27,10 @@ display: none; } +#file_action_panel { + display: none; +} + /* FILE TABLE */ table td.filesize, table td.date diff --git a/files/templates/index.php b/files/templates/index.php index 5277441b53..28187bcb53 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -14,6 +14,8 @@ type="file" name="file" id="fileSelector"> +
+