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