[Vtigercrm-commits] [vtiger-commits] r10297 - /vtigercrm/branches/5.0.3/modules/Webmails/MailParse.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 1 10:36:17 EST 2007


Author: richie
Date: Thu Mar  1 08:36:11 2007
New Revision: 10297

Log:
keeps the focus on the mail that has been selected for study

Modified:
    vtigercrm/branches/5.0.3/modules/Webmails/MailParse.php

Modified: vtigercrm/branches/5.0.3/modules/Webmails/MailParse.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Webmails/MailParse.php (original)
+++ vtigercrm/branches/5.0.3/modules/Webmails/MailParse.php Thu Mar  1 08:36:11 2007
@@ -47,7 +47,7 @@
 	}
 	else
 	{
-		$flags = "<tr onmouseover='this.className=\"tabSelected\"' onmouseout='this.className=\"\"' id='row_".$num."'><td width='2px'><input type='checkbox' name='checkbox_".$num."' class='msg_check'></td><td colspan='1'>";
+		$flags = "<tr style='cursor:pointer;' onClick='load_webmail(\"".$num."\");makeSelected(\"row_".$num."\");' id='row_".$num."'><td width='2px'><input type='checkbox' name='checkbox_".$num."' class='msg_check'></td><td colspan='1'>";
 	}
 
 





More information about the vtigercrm-commits mailing list