You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

attach-preview.part.php 733B

12345678910111213141516
  1. <div class="modal fade" tabindex="-1" role="dialog" id="modal-file-preview">
  2. <div class="modal-dialog modal-lg modal-full-size" role="document">
  3. <div class="modal-content">
  4. <div class="modal-header">
  5. <h5 class="modal-title"><?php echo _('Attachment Preview'); ?></h5>
  6. <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  7. <span aria-hidden="true">&times;</span>
  8. </button>
  9. </div>
  10. <div class="modal-body">
  11. <!--<div class="text-center" id="attachment-loader"><img src="<?php echo $this->layout->getPublicUri(); ?>images/ajaxloader.svg" width="100"></div>-->
  12. <div id="request-attachment-content"></div>
  13. </div>
  14. </div>
  15. </div>
  16. </div>