[Vtigercrm-commits] [vtiger-commits] r4236 - /vtigercrm/trunk/modules/Calendar/calendar_weekview.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 16 03:05:39 EST 2006
Author: saraj
Date: Thu Mar 16 01:05:36 2006
New Revision: 4236
Log:
gshow() a js function has been called on mouse click
Modified:
vtigercrm/trunk/modules/Calendar/calendar_weekview.php
Modified: vtigercrm/trunk/modules/Calendar/calendar_weekview.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/calendar_weekview.php (original)
+++ vtigercrm/trunk/modules/Calendar/calendar_weekview.php Thu Mar 16 01:05:36 2006
@@ -235,7 +235,7 @@
}
for ($column=0;$column<=6;$column++)
{
- echo "<td onMouseOver=\"this.className='cellNormalHover'\" onMouseOut=\"this.className='cellNormal'\" bgcolor=\"white\" style=\"height:40px\" width=12% valign=top>";
+ 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>";
for ($c = 0 ; $c < $maxcol[$row] ; $c++ ) {
if ( isset ( $table[$column][$row][$c] ) ) {
More information about the vtigercrm-commits
mailing list