[Vtigercrm-commits] [vtiger-commits] r11036 - /vtigercrm/branches/5.0.3/modules/Webmails/MailParse.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 25 03:35:09 EDT 2007
Author: richie
Date: Fri May 25 01:35:04 2007
New Revision: 11036
Log:
attachment icon height changed in webmail -Sri
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 Fri May 25 01:35:04 2007
@@ -57,7 +57,7 @@
// Attachment Icons
if(count($msg_ob->attname) > 0)
- $flags.='<a href="javascript:;" onclick="displayAttachments('.$num.');"><img src="themes/images/attachments.gif" border="0" width="8px" height="14" title="Attachment"></a> ';
+ $flags.='<a href="javascript:;" onclick="displayAttachments('.$num.');"><img src="themes/images/attachments.gif" border="0" width="8px" height="13" title="Attachment"></a> ';
else
$flags.='<img src="themes/images/blank.gif" border="0" width="8px" height="14" alt=""> ';
More information about the vtigercrm-commits
mailing list