{$title}: |
{foreach key=idx item=doc from=$docs}
{$doc.dname} |
{foreach key=idx2 item=txt from=$doc.chg_txt}
{$txt} |
{/foreach}
{if $doc.newpath}
{$lang.docproper_old_path}: {$doc.dpath} |
{$lang.docproper_new_path}: {$doc.newpath} |
{else}
{$lang.filemanager_bottom_path}: {$doc.dpath} |
{/if}
|
{/foreach}
{$lang.global_from}: {$chguser_name}
|