From 270e1101f4e6dabb8ea578282bedd5476ca2e9f0 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Sun, 17 Apr 2011 16:19:21 +0200 Subject: [PATCH] some forgotten files... --- files/css/files.css | 4 ++++ files/templates/index.php | 2 ++ files/templates/part.breadcrumb.php | 4 ++++ files/templates/part.list.php | 9 +++++++++ 4 files changed, 19 insertions(+) create mode 100644 files/templates/part.breadcrumb.php create mode 100644 files/templates/part.list.php 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"> +
+