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:
sangramsinh.desai@t-systems.com 2021-09-01 18:46:18 +05:30
parent 0d18228eb9
commit 86558878e4

View file

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