Primer commit del sistema avantika sin cambios
This commit is contained in:
15
templates/lists/inventario-reporte-detalles.tpl
Executable file
15
templates/lists/inventario-reporte-detalles.tpl
Executable file
@@ -0,0 +1,15 @@
|
||||
{include file="{$DOC_ROOT}/templates/items/inventario-reporte-detalles-header.tpl" clase="Off"}
|
||||
|
||||
{if count($productos.items)}
|
||||
{foreach from=$productos.items item=item key=key}
|
||||
{if $key%2 == 0}
|
||||
{include file="{$DOC_ROOT}/templates/items/inventario-reporte-detalles-base.tpl" clase="Off"}
|
||||
{else}
|
||||
{include file="{$DOC_ROOT}/templates/items/inventario-reporte-detalles-base.tpl" clase="On"}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{else}
|
||||
<tr><td colspan="8" align="center">Ningún registro encontrado.</td></tr>
|
||||
{/if}
|
||||
|
||||
{include file="{$DOC_ROOT}/templates/lists/pages_new.tpl" pages=$productos.pages colspan=8}
|
||||
Reference in New Issue
Block a user