[Vtigercrm-commits] [vtiger-commits] r5279 - /vtigercrm/trunk/modules/Rss/Rss.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 24 10:19:55 EDT 2006


Author: don
Date: Mon Apr 24 08:19:50 2006
New Revision: 5279

Log:
Date Column is removed from Rss List View Ticket ID 678

Modified:
    vtigercrm/trunk/modules/Rss/Rss.php

Modified: vtigercrm/trunk/modules/Rss/Rss.php
==============================================================================
--- vtigercrm/trunk/modules/Rss/Rss.php (original)
+++ vtigercrm/trunk/modules/Rss/Rss.php Mon Apr 24 08:19:50 2006
@@ -78,7 +78,7 @@
 			foreach($this->rss_object as $key=>$item)
 			{
 				$i = $i + 1;	   
-				$shtml .= "<tr class='prvPrfHoverOff' onmouseover=\"this.className='prvPrfHoverOn'\" onmouseout=\"this.className='prvPrfHoverOff'\"><td><a href=\"javascript:display('".$item[link]."','feedlist_".$i."')\"; id='feedlist_".$i."' class=\"rssNews\">".$item[title]."</a></td><td>".$this->rss_title."</td><td>&nbsp;</td></tr>";
+				$shtml .= "<tr class='prvPrfHoverOff' onmouseover=\"this.className='prvPrfHoverOn'\" onmouseout=\"this.className='prvPrfHoverOff'\"><td><a href=\"javascript:display('".$item[link]."','feedlist_".$i."')\"; id='feedlist_".$i."' class=\"rssNews\">".$item[title]."</a></td><td>".$this->rss_title."</td></tr>";
 				if($i == 10)
 				{
 					return $shtml;
@@ -288,9 +288,8 @@
 		}
 		$starredhtml  = "<table class='rssTable' cellspacing='0' cellpadding='0'>
 						<tr>
-       	                <th width='65%'>Subject</th>
-           	            <th width='20%'>Sender</th>
-               	        <th width='15%'>Date</th>
+       	                <th width='75%'>Subject</th>
+           	            <th width='25%'>Sender</th>
                    	    </tr>".$starredhtml."</table>";
 
 		return $starredhtml;
@@ -336,9 +335,8 @@
 		}
 		$starredhtml  = "<table class='rssTable' cellspacing='0' cellpadding='0'>
 						<tr>
-       	                <th width='65%'>Subject</th>
-           	            <th width='20%'>Sender</th>
-               	        <th width='15%'>Date</th>
+       	                <th width='75%'>Subject</th>
+           	            <th width='25%'>Sender</th>
                    	    </tr>".$starredhtml."</table>";
 
 		return $starredhtml;





More information about the vtigercrm-commits mailing list