[Vtigercrm-commits] [vtiger-commits] r10525 - /vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 29 09:32:25 EDT 2007


Author: richie
Date: Thu Mar 29 07:32:21 2007
New Revision: 10525

Log:
changed the css name

Modified:
    vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js

Modified: vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js (original)
+++ vtigercrm/branches/5.0.3/modules/Webmails/Webmails.js Thu Mar 29 07:32:21 2007
@@ -106,7 +106,7 @@
 	// TODO: update this function to allow you to set what entity type
 	// you would like to associate to
 	var rowId = "row_"+mid;
-	$(rowId).className = "unread_email";
+	$(rowId).className = "qualify_email";
         $("status").style.display="block";
         new Ajax.Request(
                 'index.php',





More information about the vtigercrm-commits mailing list