diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-20 11:30:28 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-20 11:30:28 +0100 |
commit | c9dcf5ceba713545cac27f74ccf18447120b983c (patch) | |
tree | 2b1254ec15ee79aff32508c1247ce37a18eb336a | |
parent | f076bfac32bfd5439dbabb47dda36e4d43d2079a (diff) | |
parent | 61c104dcde349c0d7e0ac97471dc3ce1f596b2c9 (diff) | |
download | nextcloud-server-c9dcf5ceba713545cac27f74ccf18447120b983c.tar.gz nextcloud-server-c9dcf5ceba713545cac27f74ccf18447120b983c.zip |
Merge pull request #21795 from owncloud/remove-unneeded-markup
Remove unneeded markup for scan process - ref #20545
-rw-r--r-- | apps/files/css/files.css | 2 | ||||
-rw-r--r-- | apps/files/templates/list.php | 8 |
2 files changed, 0 insertions, 10 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 9588faebc3b..61148428f79 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 04550f945b6..7906dfc64eb 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -88,11 +88,3 @@ <?php p($l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.'));?> </p> </div> -<div id="scanning-message"> - <h3> - <?php p($l->t('Files are being scanned, please wait.'));?> <span id='scan-count'></span> - </h3> - <p> - <?php p($l->t('Currently scanning'));?> <span id='scan-current'></span> - </p> -</div> |