[Vtigercrm-commits] [vtiger-commits] r10950 - /vtigercrm/branches/5.0.3/Smarty/templates/CreateEmailTemplate.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 22 02:10:35 EDT 2007
Author: saraj
Date: Tue May 22 00:10:23 2007
New Revision: 10950
Log:
Other Email in Contact Fields of Email Templates. Fixes #3877
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 22 00:10:23 2007
@@ -54,7 +54,7 @@
allOpts[1] = options;
- options = new Object(11);
+ options = new Object(9);
options[0] = blankOption;
options[1] = new Option('Contact: First Name', '$contacts-firstname$');
@@ -63,10 +63,8 @@
options[4] = new Option('Contact: Title', '$contacts-title$');
options[5] = new Option('Contact: Email', '$contacts-email$');
options[6] = new Option('Contact: Department', '$contacts-department$');
- options[7] = new Option('Contact: Other Email','$contacts-otheremail$');
- options[8] = new Option('Contact: Phone', '$contacts-phone$');
- options[9] = new Option('Contact: Mobile', '$contacts-mobile$');
- //options[10] = new Option('Contact: Currency', '$contacts-currency$');
+ options[7] = new Option('Contact: Phone', '$contacts-phone$');
+ options[8] = new Option('Contact: Mobile', '$contacts-mobile$');
allOpts[2] = options;
More information about the vtigercrm-commits
mailing list