{include file="header.html"}

{$layout.pagetitle}

{cycle values="light,lucid" print=false} {foreach from=$userchanges item=change} {foreachelse} {/foreach}
{trans("Customer:")} {trans("Field:")} {trans("Old value:")} {trans("New value:")}  
{$change.customername|truncate:50:" ..."} ({$change.customerid|string_format:"%04d"}) {t}{$change.fieldname|regex_replace:"/[^a-z]/":""}{/t} {$change.oldvalue} {$change.newvalue}

 

{trans("There are any changes to accept.")}

 

{trans("Save")} / {trans("Delete")}

{include file="footer.html"}