Added the Preview link in to the multi-image uploader / preview mode
This commit is contained in:
parent
0577054493
commit
0a60255db5
|
|
@ -62,20 +62,22 @@
|
|||
class="uploader-remove oc-icon-times"
|
||||
data-request="<?= $this->getEventHandler('onRemoveAttachment') ?>"
|
||||
data-request-data="file_id: {{id}}"></a>
|
||||
<?php endif ?>
|
||||
<div class="controls">
|
||||
<?php if (!$this->previewMode): ?>
|
||||
<a
|
||||
href="javascript:;"
|
||||
class="uploader-config oc-icon-cog"
|
||||
data-control="popup"
|
||||
data-handler="<?= $this->getEventHandler('onLoadAttachmentConfig') ?>"
|
||||
data-request-data="file_id: {{id}}"></a>
|
||||
<?php endif ?>
|
||||
|
||||
<a
|
||||
href="{{path}}"
|
||||
class="uploader-file-link oc-icon-paper-clip"
|
||||
class="uploader-file-link oc-icon-paperclip"
|
||||
target="_blank"></a>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<div class="uploader-loading"></div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue