Files
ventas_php/templates/items/facturacion-mensual-header.tpl

25 lines
1.2 KiB
Smarty
Executable File

<div class="clear"></div>
<!--THIS IS A WIDE PORTLET-->
<div class="portlet">
<div align="center">
<img src="{$WEB_ROOT}/images/icons/user.gif" width="16" height="16" /> Resumen de Comprobantes Emitidos
</div>
<div class="portlet-content nopadding">
<form action="" method="post">
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" summary="Employee Pay Sheet">
<thead>
<tr>
<th width="70" scope="col"><div align="center">RFC</div></th>
<th width="" scope="col"><div align="center">Nombre</div></th>
<th width="60" scope="col"><div align="center">Fecha</div></th>
<th width="89" scope="col"><div align="center">Monto</div></th>
<th width="60" scope="col"><div align="center">Folio</div></th>
{if $version == "construc" || $version == "v3"}
<th width="120" scope="col"><div align="center">UUID</div></th>
{/if}
<th width="70" scope="col"><div align="center">Periodo</div></th>
<th width="34" scope="col"><div align="center">Acciones</div></th>
</tr>
</thead>
<tbody>