[Vtigercrm-commits] [vtiger-commits] r9876 - /vtigercrm/branches/5.0.3/modules/Webmails/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Nov 21 06:52:03 EST 2006
Author: richie
Date: Tue Nov 21 04:51:58 2006
New Revision: 9876
Log:
changed the icon name
Modified:
vtigercrm/branches/5.0.3/modules/Webmails/ListView.php
Modified: vtigercrm/branches/5.0.3/modules/Webmails/ListView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Webmails/ListView.php (original)
+++ vtigercrm/branches/5.0.3/modules/Webmails/ListView.php Tue Nov 21 04:51:58 2006
@@ -286,9 +286,9 @@
if(preg_match("/trash/i",$tmpval))
$img = "webmail_trash.gif";
elseif(preg_match("/sent/i",$tmpval))
- $img = "webmail_uparrow.gif";
+ $img = "emailOutFolder.gif";
else
- $img = "webmail_downarrow.gif";
+ $img = "emailInFolder.gif";
$i++;
More information about the vtigercrm-commits
mailing list