Merge pull request #21795 from owncloud/remove-unneeded-markup

Remove unneeded markup for scan process - ref #20545
This commit is contained in:
Thomas Müller 2016-01-20 11:30:28 +01:00
commit c9dcf5ceba
2 changed files with 0 additions and 10 deletions

View File

@ -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;
}

View File

@ -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>