Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 1939676

Browse files
committed
BUG: refs #912. Remove "upload a directory" mode link
The underlying functionality is kept, but there have been several reports of bugs related to the html5 directory uploader, so I've hidden the link to use it until we can straighten them out.
1 parent 17a0b09 commit 1939676

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/views/upload/simpleupload.phtml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ PURPOSE. See the above copyright notices for more information.
6262
<div class="file_upload_label"><?php echo $this->t('Browse or drop files')?></div>
6363
<div class="file_upload_label_folder"><?php echo $this->t('Browse')?></div>
6464
</form>
65-
<div id="changeUploadMode" style="display:none;">
66-
<br/>
67-
<?php echo $this->t('or')?> <a style="color:blue; cursor:pointer;" class="uploadModeLink" id="uploadModeFolderLink"><?php echo $this->t('upload a folder')?></a>
68-
<a style="color:#56758B; cursor:pointer;" class="uploadModeLink" id="uploadModeFileLink"><?php echo $this->t('upload files')?></a>
69-
</div>
7065

7166
<div class="uploadedFilesWrapper">
7267
<table class="files">

0 commit comments

Comments
 (0)