mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
unwanted class removed
Signed-off-by: Sangramsinh Desai <sangramsinh.desai@t-systems.com> Signed-off-by: sangramsinh.desai@t-systems.com <sangramsinh.desai@t-systems.com>
This commit is contained in:
parent
0d18228eb9
commit
86558878e4
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
|
|||
<div id="imgframe"></div>
|
||||
<?php if (isset($_['mimetype']) && strpos($_['mimetype'], 'image') === 0) { ?>
|
||||
<div class="directDownload">
|
||||
<div class="video-file-details">
|
||||
<div>
|
||||
<?php p($l->t('%s', [$_['filename']]))?> (<?php p($_['fileSize']) ?>)
|
||||
</div>
|
||||
<a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button">
|
||||
|
|
@ -86,7 +86,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
|
|||
<?php if(isset($_['mimetype'])){ ?>
|
||||
<?php if (strpos($_['mimetype'], 'image') === 0) { ?>
|
||||
<div class="directDownload">
|
||||
<div class="video-file-details">
|
||||
<div>
|
||||
<?php p($l->t('%s', [$_['filename']]))?> (<?php p($_['fileSize']) ?>)
|
||||
</div>
|
||||
<a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button">
|
||||
|
|
|
|||
Loading…
Reference in a new issue