[Vtigercrm-developers] vtiger crm 5 translations

Abos webmaster at vtigercrmfrance.org
Sun May 14 05:13:27 PDT 2006


Hi,
change on file
/smarty/templates/fieldaccess.tpl
line 61:

<select name="selectmodule" style="width: 200px; font-size: 10px;" 
onChange="changemodules(this)">
                {foreach item=module from=$FIELD_INFO}
                {if $module == $DEF_MODULE}
                    <option value={$module} selected>{$APP.$module}</option>
                {else}       
                    <option value={$module}>{$APP.$module}</option>
                {/if}
                {/foreach}
                </select>

To have the module name in user language.

Rest an issue with this module, the fileds names.

    {foreach item=elementinfo from=$elements}
           
                        <td width="5%">{$elementinfo.1}</td>
                           
                        <td width="45%">{$elementinfo.0}</td>
                           {/foreach}

I have no solution here.



More information about the vtigercrm-developers mailing list