[Vtigercrm-commits] [vtiger-commits] r10383 - /vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 7 05:40:52 EST 2007


Author: saraj
Date: Wed Mar  7 03:40:47 2007
New Revision: 10383

Log:
fix for i18n issue - Quick Create. Fixes #3032 --Minnie

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl Wed Mar  7 03:40:47 2007
@@ -17,7 +17,7 @@
 	<table border=0 cellspacing=0 cellpadding=0 width="100%" class=small>
 	<tr>
 		<td width-90% class="mailSubHeader" background="{$IMAGE_PATH}qcBg.gif"><b >{$APP.LBL_CREATE_BUTTON_LABEL} {$APP.$QCMODULE}</b></td>
-		<td nowrap class="mailSubHeader moduleName" align=right><i>Quick Create</i></td></tr>
+		<td nowrap class="mailSubHeader moduleName" align=right><i>{$APP.LBL_QUICK_CREATE}</i></td></tr>
 	</table>
 
 	<table border=0 cellspacing=0 cellpadding=0 width="100%" class="small">





More information about the vtigercrm-commits mailing list