paniers/public_html_admin/templates/legumes/legume_modal_view.tpl

33 lines
1.3 KiB
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 LEGUME -->
<div class="modal fade" id="modalViewLegume" 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 visible-md visible-lg">ref: <span>#</span></small>
<h2 class="modal-title">
<img style="width:50px;" class="hidden-xs" src="img/legumes.svg">
Fiche légume
</h2>
</div>
<table class="table modal-body">
<tbody>
<tr>
<th>nom :</th>
<td class="nom" colspan="2"></td>
</tr>
<tr>
<th>tarif :</th>
<td class="tarif" colspan="2"></td>
</tr>
</tbody>
<tfoot class="hide">
<tr class="header">
<th colspan="3">Historique de tarif :</th>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
<!-- end MODAL VIEW LEGUME -->