[Vtigercrm-commits] [vtiger-commits] r10654 - /vtigercrm/branches/5.0.3/modules/Calendar/calendarLayout.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 12 07:33:54 EDT 2007


Author: saraj
Date: Thu Apr 12 05:33:49 2007
New Revision: 10654

Log:
fix for IE-Calender-Detal view page the listview select box is misplaced. Fixes #3426 --minnie

Modified:
    vtigercrm/branches/5.0.3/modules/Calendar/calendarLayout.php

Modified: vtigercrm/branches/5.0.3/modules/Calendar/calendarLayout.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Calendar/calendarLayout.php (original)
+++ vtigercrm/branches/5.0.3/modules/Calendar/calendarLayout.php Thu Apr 12 05:33:49 2007
@@ -293,10 +293,10 @@
 	$headerdata .= "</span></td>
 				<td align='center' width='30%'><table border=0 cellspacing=0 cellpadding=2><tr><td class=small><b>".$mod_strings['LBL_VIEW']." : </b></td><td>";
 	$view_options = getEventViewOption($cal_arr,$viewBox);
-	$headerdata .=$view_options."</td></tr></form></table>
+	$headerdata .=$view_options."</td></tr></table>
 				</td>
 			</tr>
-		</table>";
+		</table></form>";
 	echo $headerdata;	
 	$cal_log->debug("Exiting get_cal_header_data() method...");
 }
@@ -357,8 +357,7 @@
 	}
 	else
 		die("view is not defined");
-	$view .="</select>
-		</form>";
+	$view .="</select>";
 	$cal_log->debug("Exiting getEventViewOption() method...");
 	return $view;
 }





More information about the vtigercrm-commits mailing list