[Vtigercrm-commits] [vtiger-commits] r10247 - in /vtigercrm/branches/5.0.3/Smarty/templates: CreateProfile.tpl CreateWordTemplate.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 27 04:32:16 EST 2007
Author: saraj
Date: Tue Feb 27 02:32:09 2007
New Revision: 10247
Log:
i18n for Scroll to Top link. Fixes #3067
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/CreateProfile.tpl
vtigercrm/branches/5.0.3/Smarty/templates/CreateWordTemplate.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/CreateProfile.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/CreateProfile.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/CreateProfile.tpl Tue Feb 27 02:32:09 2007
@@ -144,7 +144,7 @@
<p> </p>
<table border="0" cellpadding="5" cellspacing="0" width="100%">
- <tbody><tr><td class="small" align="right" nowrap="nowrap"><a href="#top">Scroll to Top</a></td></tr>
+ <tbody><tr><td class="small" align="right" nowrap="nowrap"><a href="#top">{$APP.LBL_SCROLL}</a></td></tr>
</tbody></table>
Modified: vtigercrm/branches/5.0.3/Smarty/templates/CreateWordTemplate.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/CreateWordTemplate.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/CreateWordTemplate.tpl Tue Feb 27 02:32:09 2007
@@ -76,7 +76,7 @@
</table>
<table border=0 cellspacing=0 cellpadding=5 width=100% >
<tr>
- <td class="small" nowrap align=right><a href="#top">[Scroll to Top]</a></td>
+ <td class="small" nowrap align=right><a href="#top">{$APP.LBL_SCROLL}</a></td>
</tr>
</table>
</td>
More information about the vtigercrm-commits
mailing list