Primer commit del sistema avantika sin cambios
This commit is contained in:
22
templates/items/sucursales-header.tpl
Executable file
22
templates/items/sucursales-header.tpl
Executable file
@@ -0,0 +1,22 @@
|
||||
<div align="center">
|
||||
<span id="addSucursal" style="cursor:pointer"><img src="{$WEB_ROOT}/images/icons/add.png" border="0" />Agregar Sucursal</span>
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
<div class="portlet" style="width:95%; padding-left:20px" align="center">
|
||||
|
||||
<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">No.</div></th>
|
||||
<th width="136" scope="col"><div align="center">RFC</div></th>
|
||||
<th width="" scope="col"><div align="center">Nombre</div></th>
|
||||
<th width="109" scope="col"><div align="center">IVA</div></th>
|
||||
<th width="100" scope="col"><div align="center">Acciones</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
Reference in New Issue
Block a user