[Vtigercrm-commits] [vtiger-commits] r4001 - /vtigercrm/trunk/modules/Calendar/calendar_weekview.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 28 06:34:11 EST 2006
Author: saraj
Date: Tue Feb 28 04:34:06 2006
New Revision: 4001
Log:
table row and data tags has been included
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 Tue Feb 28 04:34:06 2006
@@ -115,7 +115,7 @@
echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">";
echo "<form action=\"". $callink ."calendar_weekview\" method=\"get\">\n";
echo "<tr><td>";
- echo "<table border=0 cellspacing=0 cellpadding=0 width=100% class=\"calTopBg\">\n";
+ echo "<table border=0 cellspacing=0 cellpadding=0 width=100% class=\"calTopBg\"><tr><td>\n";
echo "<img src=\"";
echo $image_path."calTopLeft.gif\"></td><td>";
echo $this->pref->menulink($callink ."calendar_weekview&t=".$last_week,$this->pref->getImage(left,'list'),$mod_strings['LBL_LAST_WEEK']) ."</td>";
More information about the vtigercrm-commits
mailing list