From 61c104dcde349c0d7e0ac97471dc3ce1f596b2c9 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 20 Jan 2016 10:09:59 +0100 Subject: [PATCH] Remove unneeded markup for scan process - ref #20545 --- apps/files/css/files.css | 2 -- apps/files/templates/list.php | 8 -------- 2 files changed, 10 deletions(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 9588faebc3..61148428f7 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -682,8 +682,6 @@ table tr.summary td { margin-left: 90px; } -#scanning-message{ top:40%; left:40%; position:absolute; display:none; } - table.dragshadow { width:auto; } diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 04550f945b..7906dfc64e 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -88,11 +88,3 @@ t('The files you are trying to upload exceed the maximum size for file uploads on this server.'));?>

-
-

- t('Files are being scanned, please wait.'));?> -

-

- t('Currently scanning'));?> -

-