Thursday 19 October 2006 8:15:13 am
Hi, The collectedinfo_validation.tpl is used to point on missing or incorrect infos in a form :
{section name=UnvalidatedAttributes loop=$validation.attributes show=$validation.attributes}
<li>{$:item.name|wash}: {$:item.description}</li>
{/section}
For a multilangage site the items are not translated because coming directly from attributes name. Is there a way to translate them ? Laurent
|