Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

survey-sendpdf-dialog.part.php 1.1KB

1234567891011121314151617181920212223
  1. <div class="modal fade" tabindex="-1" role="dialog" id="modal-sendpdf-dialog">
  2. <div class="modal-dialog" role="document">
  3. <div class="modal-content">
  4. <div class="modal-header">
  5. <h5 class="modal-title"><?php echo _('Remote visit'); ?></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. <?php echo _('Do you want to send the PDF file with the answers to this Remote visit?'); ?>
  12. <!--<hr>
  13. <p><label>Invio posticipato il</label><input type="text" class="form-control" id="pdf_postponed_date"></p>-->
  14. <div id="request-attach-list"></div>
  15. </div>
  16. <div class="modal-footer">
  17. <button type="button" class="btn btn-secondary" data-dismiss="modal"><?php echo _('Cancel'); ?></button>
  18. <button type="button" class="btn btn-primary btn-pdf-perform-send" data-op="send-pdf" data-context="requestview"><?php echo _('Send'); ?></button>
  19. </div>
  20. </div>
  21. </div>
  22. </div>