[Vtigercrm-commits] [vtiger-commits] r11116 - /vtigercrm/branches/5.0.3/Smarty/templates/CreateEmailTemplate.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 29 04:54:37 EDT 2007


Author: jerrydgeorge
Date: Tue May 29 02:54:28 2007
New Revision: 11116

Log:
Email FIeld in Users Module has been changed to email1 in template merge

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

Modified: vtigercrm/branches/5.0.3/Smarty/templates/CreateEmailTemplate.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/CreateEmailTemplate.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/CreateEmailTemplate.tpl Tue May 29 02:54:28 2007
@@ -97,7 +97,7 @@
 		options[5] = new Option('User: HomePhone', '$users-phone_home$'); 
 		options[6] = new Option('User: Mobile', '$users-phone_mobile$'); 
 		options[7] = new Option('User: Signature', '$users-signature$'); 
-		options[8] = new Option('User: Email', '$users-email$'); 
+		options[8] = new Option('User: Email', '$users-email1$'); 
 		options[9] = new Option('User: Street', '$users-address_street$'); 
 		options[10] = new Option('User: City', '$users-address_city$'); 
 		options[11] = new Option('User: State', '$users-address_state$'); 





More information about the vtigercrm-commits mailing list