[Vtigercrm-commits] [vtiger-commits] r6621 - in /vtigercrm/trunk/modules/Settings: AddMailAccount.php language/en_us.lang.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sun May 28 09:21:09 EDT 2006


Author: mmbrich
Date: Sun May 28 07:21:08 2006
New Revision: 6621

Log:
improved config for internal mailer

Modified:
    vtigercrm/trunk/modules/Settings/AddMailAccount.php
    vtigercrm/trunk/modules/Settings/language/en_us.lang.php

Modified: vtigercrm/trunk/modules/Settings/AddMailAccount.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/AddMailAccount.php (original)
+++ vtigercrm/trunk/modules/Settings/AddMailAccount.php Sun May 28 07:21:08 2006
@@ -73,7 +73,9 @@
 				$smarty->assign("NOVALIDATECERT", "CHECKED");
 
 			if($temprow['int_mailer'] == "1")
-				$smarty->assign("INT_MAILER", "CHECKED");
+				$smarty->assign("INT_MAILER_USE", "CHECKED");
+			else
+				$smarty->assign("INT_MAILER_NOUSE", "CHECKED");
 
 		}
 	}

Modified: vtigercrm/trunk/modules/Settings/language/en_us.lang.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/language/en_us.lang.php (original)
+++ vtigercrm/trunk/modules/Settings/language/en_us.lang.php Sun May 28 07:21:08 2006
@@ -485,8 +485,9 @@
 'LBL_TLS'=>'TLS',
 'LBL_NO_TLS'=>'No TLS',
 'LBL_CERT_VAL'=>'Certificate Validations',
-'LBL_INT_MAILER'=>'Internal Mailer',
-'LBL_INT_MAILER_USE'=>'Use Internal Mailer',
+'LBL_INT_MAILER'=>'Use Internal Mailer?',
+'LBL_INT_MAILER_USE'=>'Yes',
+'LBL_INT_MAILER_NOUSE'=>'No',
 'LBL_VAL_SSL_CERT'=>'Validate SSL Cert',
 'LBL_DONOT_VAL_SSL_CERT'=>'Do Not Validate SSL Cert',
 'LBL_WEB_MAIL_CONFIG'=>'Web Mail Configuration',





More information about the vtigercrm-commits mailing list