[Vtigercrm-commits] [vtiger-commits] r5817 - in /vtigercrm/trunk/Smarty/templates: CreateWordTemplate.tpl ListWordTemplates.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 10 07:17:51 EDT 2006
Author: saraj
Date: Wed May 10 05:17:46 2006
New Revision: 5817
Log:
i18n done for mail merge Template - ahmed
Modified:
vtigercrm/trunk/Smarty/templates/CreateWordTemplate.tpl
vtigercrm/trunk/Smarty/templates/ListWordTemplates.tpl
Modified: vtigercrm/trunk/Smarty/templates/CreateWordTemplate.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CreateWordTemplate.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CreateWordTemplate.tpl Wed May 10 05:17:46 2006
@@ -62,7 +62,7 @@
<td width="75%" colspan="2" >
<img src="{$IMAGE_PATH}fp2.gif" width="59" height="40" align="left"/>
<span class="genHeaderSmall">{$UMOD.LBL_SELECT_MODULE}</span><br />
- Select a module to assign this Template
+ {$UMOD.LBL_MERGE_MSG}
</td>
</tr>
<tr>
@@ -83,7 +83,7 @@
</td>
</tr>
<tr>
- <td align="right" valign="top"><b>{$UMOD.LBL_MERGE_FILE}</b></td>
+ <td align="right" valign="top"><font color="red">{$APP.LBL_REQUIRED_SYMBOL}</font><b>{$UMOD.LBL_MERGE_FILE}</b></td>
<td><input type="file" name="binFile" size="40" tabindex="3" /><br />(Eg - .doc, .rtf files)</td>
</tr>
<tr>
Modified: vtigercrm/trunk/Smarty/templates/ListWordTemplates.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListWordTemplates.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListWordTemplates.tpl Wed May 10 05:17:46 2006
@@ -90,11 +90,11 @@
<tr><td colspan="6" style="border:0px;"> </td></tr>
<tr>
- <td colspan="2" align="left" style="border:0px;"><input type="submit" value="Delete" onclick="return massDelete();" class="classBtn" /></td>
+ <td colspan="2" align="left" style="border:0px;"><input type="submit" value="{$UMOD.LBL_DELETE}" onclick="return massDelete();" class="classBtn" /></td>
<td style="border:0px;"> </td>
<td align="right" colspan="3" style="border:0px;">
- <div align="right" ><input type="submit" value="New Template" name="profile" class="classBtn" onclick="this.form.action.value='upload';"/></div>
+ <div align="right" ><input type="submit" value="{$UMOD.LBL_NEW_TEMPLATE}" name="profile" class="classBtn" onclick="this.form.action.value='upload';"/></div>
</td>
</tr>
<tr>{*<td colspan="6" style="border:0px;"> </td>*}</tr>
More information about the vtigercrm-commits
mailing list