[Vtigercrm-commits] [vtiger-commits] r5860 - in /vtigercrm/trunk/Smarty/templates: CustomFieldCombo.tpl CustomFieldEntries.tpl CustomFieldList.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 10 16:12:58 EDT 2006
Author: saraj
Date: Wed May 10 14:12:53 2006
New Revision: 5860
Log:
i18n done for custom field - ahmed
Modified:
vtigercrm/trunk/Smarty/templates/CustomFieldCombo.tpl
vtigercrm/trunk/Smarty/templates/CustomFieldEntries.tpl
vtigercrm/trunk/Smarty/templates/CustomFieldList.tpl
Modified: vtigercrm/trunk/Smarty/templates/CustomFieldCombo.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CustomFieldCombo.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CustomFieldCombo.tpl Wed May 10 14:12:53 2006
@@ -11,13 +11,13 @@
<tr>
<td align="right"><img src="{$IMAGE_PATH}one.gif" /></td>
- <td><b class="lvtHeaderText">Select Module</b></td>
+ <td><b class="lvtHeaderText">{$MOD.LBL_SELECT_MODULE}</b></td>
</tr>
<tr>
<form name="selectModule">
<td> </td>
<td>
- Select the CRM module to show CustomFields :
+ {$MOD.LBL_SELECT_CF_TEXT}
<select name="pick_module" class="importBox" onChange="getCustomFieldList(this)">
{foreach key=sel_value item=value from=$MODULES}
{if $MODULE eq $sel_value}
Modified: vtigercrm/trunk/Smarty/templates/CustomFieldEntries.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CustomFieldEntries.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CustomFieldEntries.tpl Wed May 10 14:12:53 2006
@@ -11,7 +11,7 @@
<table width="100%"><tr>
<td align="right" valign="top" width="5%" rowspan="2"><img src="{$IMAGE_PATH}two.gif" width="29" height="31" /></td>
<td>
- <b class="lvtHeaderText">Custom Fields in {$MODULE}</b>
+ <b class="lvtHeaderText">{$MOD.CustomFields} in {$MODULE}</b>
</td>
</tr>
<tr>
@@ -22,15 +22,15 @@
<input type="hidden" name="parenttab" value="Settings">
<input type="hidden" name="mode">
<table width="95%" border="0" cellpadding="5" cellspacing="0">
- <tr><td align="right"><input type="button" value=" New Custom Field " onClick="getCreateCustomFieldForm('{$MODULE}','','','')" class="classBtn"/></td></tr>
+ <tr><td align="right"><input type="button" value=" {$MOD.NewCustomField} " onClick="getCreateCustomFieldForm('{$MODULE}','','','')" class="classBtn"/></td></tr>
</table>
<table style="background-color: rgb(204, 204, 204);" class="small" border="0" cellpadding="5" cellspacing="1" width="95%">
<tbody>
<tr>
<td class="lvtCol" width="5%">#</td>
- <td class="lvtCol" width="35%">Field Label </td>
- <td class="lvtCol" width="50%">Field Type </td>
- <td class="lvtCol" width="10%">Tools</td>
+ <td class="lvtCol" width="35%">{$MOD.FieldLabel}</td>
+ <td class="lvtCol" width="50%">{$MOD.FieldType}</td>
+ <td class="lvtCol" width="10%">{$MOD.LBL_CURRENCY_TOOL}</td>
</tr>
{foreach item=entries key=id from=$CFENTRIES}
<tr class="lvtColData" onmouseover="this.className='lvtColDataHover'" onmouseout="this.className='lvtColData'" bgcolor="white">
@@ -46,8 +46,8 @@
<tr>
<td style="padding:5px;" width="5%" >
<img src="{$IMAGE_PATH}mapping.gif" align="absmiddle" /> </td>
- <td><span class="genHeaderSmall">Field Mapping</span><br />
- Field Mapping allows you to ....
+ <td><span class="genHeaderSmall">{$MOD.LBL_FIELD_MAPPING}</span><br />
+ {$MOD.LBL_FIELD_MAPPING} allows you to ....
</td>
</tr>
<tr><td colspan="2" align="right"><input input title="{$MOD.CUSTOMFIELDMAPPING}" class="classBtn" onclick="CustomFieldMapping();" type="button" name="ListLeadCustomFieldMapping" value="{$MOD.CUSTOMFIELDMAPPING}"></td></tr>
Modified: vtigercrm/trunk/Smarty/templates/CustomFieldList.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CustomFieldList.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CustomFieldList.tpl Wed May 10 14:12:53 2006
@@ -72,9 +72,9 @@
<img src="{$IMAGE_PATH}mapping.gif" align="left" />
</td>
<td style="padding:5px;border-bottom:2px dotted #AAAAAA;">
- <span class="genHeaderGrayBig">Custom Field Settings</span>
+ <span class="genHeaderGrayBig">{$MOD.LBL_CUSTOM_FIELD_SETTINGS}</span>
<br />
- <span class="big">Create and Manage user defined fields......</span>
+ <span class="big">{$MOD.LBL_CREATE_AND_MANAGE_USER_DEFINED_FIELDS}</span>
</td>
</tr>
<tr><td colspan="2"> </td></tr>
More information about the vtigercrm-commits
mailing list