paniers/public_html_admin/templates/lieux/lieu_modal_view.tpl

19 lines
785 B
Smarty
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- MODAL VIEW LIEU -->
<div class="modal fade" id="modalViewLieu" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<small class="db_ref">ref: <span>#</span></small>
<h2 class="modal-title">
<img src="img/lieux.svg">
Lieu de dépôt
</h2>
</div>
<table class="table modal-body">
<tr><th>nom :</th><td class="nom"></td></tr>
</table>
</div>
</div>
</div>
<!-- end MODAL VIEW LIEU -->