[Vtigercrm-commits] [vtiger-commits] r9800 - /vtigercrm/branches/5.0.3/modules/Settings/ProxyServerConfig.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Nov 8 06:09:23 EST 2006
Author: richie
Date: Wed Nov 8 04:09:19 2006
New Revision: 9800
Log:
error message color changed
Modified:
vtigercrm/branches/5.0.3/modules/Settings/ProxyServerConfig.php
Modified: vtigercrm/branches/5.0.3/modules/Settings/ProxyServerConfig.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Settings/ProxyServerConfig.php (original)
+++ vtigercrm/branches/5.0.3/modules/Settings/ProxyServerConfig.php Wed Nov 8 04:09:19 2006
@@ -21,7 +21,7 @@
$smarty = new vtigerCRM_Smarty;
if($_REQUEST['error'] != '')
{
- $smarty->assign("ERROR_MSG",'<b><font color="purple">'.$_REQUEST["error"].'</font></b>');
+ $smarty->assign("ERROR_MSG",'<b><font color="red">'.$_REQUEST["error"].'</font></b>');
}
$sql="select * from vtiger_systems where server_type = 'proxy'";
$result = $adb->query($sql);
More information about the vtigercrm-commits
mailing list