Primer commit del sistema avantika sin cambios
This commit is contained in:
25
templates/items/facturacion-mensual-header.tpl
Executable file
25
templates/items/facturacion-mensual-header.tpl
Executable file
@@ -0,0 +1,25 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user