| Data |
Użytkownik |
Zmiana |
Było |
Jest |
{cycle values="lucid,light" print=false}
{section name='history' loop=$history}
{assign var='info' value=$history[history].info}
{section name='info' loop=$info}
|
{if $smarty.section.info.index==0}{date('Y-m-d H:i',$history[history].ctime)}{else} {/if}
|
{if $smarty.section.info.index==0}{$history[history].username}{else} {/if}
|
{$info[info].change} |
{$info[info].old} |
{$info[info].new} |
{/section}
{/section}
|