[Vtigercrm-commits] [vtiger-commits] r4048 - /vtigercrm/trunk/modules/Calendar/appointment.pinc
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 3 05:38:57 EST 2006
Author: saraj
Date: Fri Mar 3 03:38:53 2006
New Revision: 4048
Log:
changes made to get link for activity desc and for alignment
Modified:
vtigercrm/trunk/modules/Calendar/appointment.pinc
Modified: vtigercrm/trunk/modules/Calendar/appointment.pinc
==============================================================================
--- vtigercrm/trunk/modules/Calendar/appointment.pinc (original)
+++ vtigercrm/trunk/modules/Calendar/appointment.pinc Fri Mar 3 03:38:53 2006
@@ -1409,7 +1409,9 @@
}
echo " <tr>\n";
- echo " <td nowrap=\"nowrap\" class=\"". $class ."\" colspan=\"3\"><b>". $duration ."</b></td>\n";
+ echo "<td width=\"16\"><img src=\"".$image_path."".$this->module_name."s.gif\" alt=\"".$this->module_name."\" title=\"".$this->module_name."\" border=\"0\"></td>";
+ echo "<td width=\"16\"> </td>";
+ echo " <td align=left><b>". $duration ."</b></td>\n";
//added from Fredy's patch
echo " <td class=\"". $class ."\" align=\"right\">". $this->creator ." </td>\n";
@@ -1482,8 +1484,10 @@
//Added for description
$descr = eregi_replace("\n","<br />",$this->descr);
if ($descr != "" ) {
- echo " <tr><td colspan=2 class=\"".$class."\" width=\"16\" align=\"right\" valign=\"top\"><img src=\"".$image_path."".$this->module_name."s.gif\" border=\"0\"> </td><td class=\"". $class ."\" colspan=\"2\">". urlReplace($descr) ." </td></tr>\n";
- //echo " <tr><td class=\"". $class ."\" colspan=\"3\">". $this->creator ." </td></tr>\n";
+ //echo " <tr><td colspan=2 class=\"".$class."\" width=\"16\" align=\"right\" valign=\"top\"><img src=\"".$image_path."".$this->module_name."s.gif\" border=\"0\"> </td>
+ echo "<tr><td colspan=2> </td>";
+ echo "<td align=left>".$this->getLink(urlReplace($descr))." </td></tr>\n";
+ //echo " <tr><td class=\"". $class ."\" colspan=\"3\">". $this->creator ." </td></tr>\n";
}
More information about the vtigercrm-commits
mailing list