22 lines
999 B
Smarty
Executable File
22 lines
999 B
Smarty
Executable File
<div class="clear"></div>
|
|
<!--THIS IS A WIDE PORTLET-->
|
|
<div class="portlet">
|
|
|
|
<div class="portlet-content nopadding">
|
|
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" summary="Employee Pay Sheet">
|
|
<thead>
|
|
<tr>
|
|
<th width="80" scope="col"><div align="center">Sucursal</div></th>
|
|
<th width="80" scope="col"><div align="center">Inicial</div></th>
|
|
<th width="60" scope="col"><div align="center">Consecutivo</div></th>
|
|
<th width="60" scope="col"><div align="center">Final</div></th>
|
|
<th width="120" scope="col"><div align="center">Logo</div></th>
|
|
{if $info.version == "auto"}
|
|
<th width="60" scope="col">QR</th>
|
|
{/if}
|
|
<th width="" scope="col"></th>
|
|
<th width="100" scope="col"><div align="center">Accion</div></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|