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