[Vtigercrm-commits] [vtiger-commits] r6596 - /vtigercrm/trunk/modules/Webmails/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sun May 28 04:01:16 EDT 2006


Author: mmbrich
Date: Sun May 28 02:01:15 2006
New Revision: 6596

Log:
attachment download

Modified:
    vtigercrm/trunk/modules/Webmails/DetailView.php

Modified: vtigercrm/trunk/modules/Webmails/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Webmails/DetailView.php (original)
+++ vtigercrm/trunk/modules/Webmails/DetailView.php Sun May 28 02:01:15 2006
@@ -33,7 +33,7 @@
 
 echo "<tr><td><p style='font-weight:bold'>Email Attachments:</p></td></tr>";
 foreach($webmail->attachments as $key=>$value) {
-	echo '<tr><td>'.($key+1).') <a href="">'.$value["filename"]."</a></td></tr>";
+	echo '<tr><td>'.($key+1).') <a href="index.php?module=Webmails&action=dlAttachments&num='.$key.'&mailid='.$mailid.'" target="_blank">'.$value["filename"]."</a></td></tr>";
 }
 echo '</table>';
 ?>





More information about the vtigercrm-commits mailing list