[Vtigercrm-commits] [vtiger-commits] r5821 - in /vtigercrm/trunk/Smarty/templates/Settings: ModuleOwnersContents.tpl PickList.tpl PickListContents.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 10 07:48:53 EDT 2006
Author: richie
Date: Wed May 10 05:48:47 2006
New Revision: 5821
Log:
Hardcoded strings removed
Modified:
vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl
vtigercrm/trunk/Smarty/templates/Settings/PickList.tpl
vtigercrm/trunk/Smarty/templates/Settings/PickListContents.tpl
Modified: vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl Wed May 10 05:48:47 2006
@@ -32,8 +32,8 @@
<tr>
<th style="border-top: 1px solid rgb(204, 204, 204); height: 30px;" width="10%"><b>#</b></th>
- <th style="border-top: 1px solid rgb(204, 204, 204);" width="45%"><b>Module</b></th>
- <th style="border-top: 1px solid rgb(204, 204, 204);" width="45%"><b>Owned By </b></th>
+ <th style="border-top: 1px solid rgb(204, 204, 204);" width="45%"><b>{$MOD.LBL_MODULE}</b></th>
+ <th style="border-top: 1px solid rgb(204, 204, 204);" width="45%"><b>{$MOD.LBL_OWNER} </b></th>
</tr>
{if $MODULE_MODE neq 'edit'}
{foreach name=modulelists item=modules from=$USER_LIST}
Modified: vtigercrm/trunk/Smarty/templates/Settings/PickList.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/PickList.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/PickList.tpl Wed May 10 05:48:47 2006
@@ -118,13 +118,13 @@
<tr><td colspan="2"> </td></tr>
<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>
<td> </td>
<td>
- Select the CRM module :
+ {$MOD.LBL_SELECT_CRM_MODULE} :
<select name="pickmodule" class="importBox" onChange="changeModule(this);">
{foreach key=tabid item=module from=$MODULE_LISTS}
<option value="{$module}">{$module}</option>
Modified: vtigercrm/trunk/Smarty/templates/Settings/PickListContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/PickListContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/PickListContents.tpl Wed May 10 05:48:47 2006
@@ -18,7 +18,7 @@
{foreach item=picklistfields from=$picklists}
{if $picklistfields neq ''}
<td class="lvtCol" width="25%">{$picklistfields.fieldlabel}</td>
- <td class="lvtCol" width="5%"><a href="javascript:;" onclick="fetchEditPickList('{$MODULE}','{$picklistfields.fieldname}');">Edit</a></td>
+ <td class="lvtCol" width="5%"><a href="javascript:;" onclick="fetchEditPickList('{$MODULE}','{$picklistfields.fieldname}');">{$MOD.LBL_EDIT}</a></td>
{else}
<td class="lvtCol" colspan="2"> </td>
{/if}
More information about the vtigercrm-commits
mailing list