[Vtigercrm-commits] [vtiger-commits] r4237 - /vtigercrm/trunk/modules/Calendar/calendar_monthview.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 16 03:07:04 EST 2006
Author: saraj
Date: Thu Mar 16 01:07:01 2006
New Revision: 4237
Log:
gshow() a js function has been called on mouse click
Modified:
vtigercrm/trunk/modules/Calendar/calendar_monthview.php
Modified: vtigercrm/trunk/modules/Calendar/calendar_monthview.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/calendar_monthview.php (original)
+++ vtigercrm/trunk/modules/Calendar/calendar_monthview.php Thu Mar 16 01:07:01 2006
@@ -236,7 +236,7 @@
}
- echo "<td onMouseOver=\"this.className='cellNormalHover'\" onMouseOut=\"this.className='cellNormal'\" bgcolor=\"white\" style=\"height:40px\" width=12% valign=top>\n";
+ echo "<td onClick=\"gshow('addEvent')\" href=\"javascript:void(0)\" onMouseOver=\"this.className='cellNormalHover'\" onMouseOut=\"this.className='cellNormal'\" bgcolor=\"white\" style=\"height:40px\" width=12% valign=top>\n";
if (($xm == $m ) || $month_overlap)
{
#echo " <a href=\"JavaScript:closeandaway(". ($xd + $n) .",". ($xm + $n) .",". ($yoff - $xy + $n) .")\">". $xxd ."</a>";
More information about the vtigercrm-commits
mailing list