Primer commit del sistema avantika sin cambios
This commit is contained in:
45
templates/items/inventario-bloqueados-base.tpl
Executable file
45
templates/items/inventario-bloqueados-base.tpl
Executable file
@@ -0,0 +1,45 @@
|
||||
<tr>
|
||||
<td align="center">{$item.codigoBarra}</td>
|
||||
<td align="center"><div align="center">{$item.proveedor}</div></td>
|
||||
<td align="center">{$item.modelo}</td>
|
||||
<td align="center"><div align="center">{$item.talla}</div></td>
|
||||
<td align="center"><div align="center">{$item.color}</div></td>
|
||||
<td align="center"><div align="center">{$item.cantidad}</div></td>
|
||||
<td align="center"><div align="center">{$item.sucursal}</div></td>
|
||||
{if $Usr.type != "almacen"}
|
||||
<td align="center"><div align="center">
|
||||
{if $tipo == "Bloqueados"}
|
||||
<a href="{$WEB_ROOT}/inventario-bloqueados-detalles/id/{$item.productoId}" title="Ver Detalles">
|
||||
<img src="{$WEB_ROOT}/images/icons/details.png" border="0"/>
|
||||
</a>
|
||||
{else}
|
||||
<a href="{$WEB_ROOT}/inventario-detalles/id/{$item.productoId}" title="Ver Detalles">
|
||||
<img src="{$WEB_ROOT}/images/icons/details.png" border="0"/>
|
||||
</a>
|
||||
{/if}
|
||||
{*}
|
||||
<a href="{$WEB_ROOT}/productos-editar/id/{$item.productoId}" title="Editar">
|
||||
<img src="{$WEB_ROOT}/images/icons/edit.gif" border="0"/>
|
||||
</a>
|
||||
<img src="{$WEB_ROOT}/images/icons/delete.gif" class="spanDelete" id="{$item.productoId}" title="Eliminar"/>
|
||||
{*}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
{*}
|
||||
<tr>
|
||||
<td colspan="8">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td colspan="3"></td>
|
||||
<td width="100" align="center" bgcolor="#6699FF" style="background-color:#FFFFCC">3</td>
|
||||
<td width="100" align="center">negro</td>
|
||||
<td width="70" align="center">10</td>
|
||||
<td width="80"></td>
|
||||
<td width="60"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{*}
|
||||
{/if}
|
||||
Reference in New Issue
Block a user