Primer commit del sistema avantika sin cambios
This commit is contained in:
22
templates/items/inventario-bloqueado-header.tpl
Executable file
22
templates/items/inventario-bloqueado-header.tpl
Executable file
@@ -0,0 +1,22 @@
|
||||
<div class="clear"></div>
|
||||
<!--THIS IS A WIDE PORTLET-->
|
||||
<div class="portlet">
|
||||
<br />
|
||||
<div class="portlet-content nopadding">
|
||||
<form action="" method="post">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" border="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="60" scope="col"><div align="center">Código Barra</div></th>
|
||||
<th width="150" scope="col"><div align="center">Proveedor</div></th>
|
||||
<th width="" scope="col"><div align="center">Modelo</div></th>
|
||||
<th width="80" scope="col"><div align="center">Talla</div></th>
|
||||
<th width="80" scope="col"><div align="center">Color</div></th>
|
||||
<th width="70" scope="col"><div align="center">{if $Usr.type == "almacen"}Disponible{else}Cantidad{/if}</div></th>
|
||||
<th width="80" scope="col"><div align="center">Precio Venta</div></th>
|
||||
{if $Usr.type != "almacen"}
|
||||
<th width="60" scope="col"><div align="center">Acciones</div></th>
|
||||
{/if}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
Reference in New Issue
Block a user