File tree Expand file tree Collapse file tree
apps/files_sharing/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 <?php if (isset ($ _ ['mimetype ' ]) && strpos ($ _ ['mimetype ' ], 'image ' ) === 0 ) { ?>
7676 <div class="directDownload">
7777 <div>
78- <?php p ($ l -> t ( ' %s ' , [ $ _ ['filename ' ]]) )?> (<?php p ($ _ ['fileSize ' ]) ?> )
78+ <?php p ($ _ ['filename ' ])?> (<?php p ($ _ ['fileSize ' ]) ?> )
7979 </div>
8080 <a href="<?php p ($ _ ['downloadURL ' ]); ?> " id="downloadFile" class="button">
8181 <span class="icon icon-download"></span>
8787 <?php if ($ _ ['previewURL ' ] === $ _ ['downloadURL ' ] && !$ _ ['hideDownload ' ]): ?>
8888 <div class="directDownload">
8989 <div>
90- <?php p ($ l -> t ( ' %s ' , [ $ _ ['filename ' ]]) )?> (<?php p ($ _ ['fileSize ' ]) ?> )
90+ <?php p ($ _ ['filename ' ])?> (<?php p ($ _ ['fileSize ' ]) ?> )
9191 </div>
9292 <a href="<?php p ($ _ ['downloadURL ' ]); ?> " id="downloadFile" class="button">
9393 <span class="icon icon-download"></span>
You can’t perform that action at this time.
0 commit comments