[Vtigercrm-commits] [vtiger-commits] r4063 - /vtigercrm/trunk/modules/Calendar/calendar_dayview.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 7 06:50:48 EST 2006


Author: saraj
Date: Tue Mar  7 04:50:44 2006
New Revision: 4063

Log:
t value has been parsed in the link

Modified:
    vtigercrm/trunk/modules/Calendar/calendar_dayview.php

Modified: vtigercrm/trunk/modules/Calendar/calendar_dayview.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/calendar_dayview.php (original)
+++ vtigercrm/trunk/modules/Calendar/calendar_dayview.php Tue Mar  7 04:50:44 2006
@@ -36,11 +36,11 @@
 		     <table border=0 cellspacing=0 cellpadding=3 width=100%>
              		<tr>
           		      <td class="dvtTabCache" style="width:10px" nowrap>&nbsp;</td>
-		              <td class="dvtSelectedCell" align=center nowrap>Day</td>
+               		      <td class="dvtSelectedCell" align=center nowrap><a href="index.php?module=Calendar&action=new_calendar&sel=day&t=<?echo $t?>">Day</a></td>
                 	      <td class="dvtTabCache" style="width:10px">&nbsp;</td>
-		              <td class="dvtUnSelectedCell" align=center nowrap><a href="index.php?module=Calendar&action=new_calendar&sel=week">Week</a></td>
+          		      <td class="dvtUnSelectedCell" align=center nowrap><a href="index.php?module=Calendar&action=new_calendar&sel=week&t=<?echo $t?>">Week</a></td>
                 	      <td class="dvtTabCache" style="width:10px">&nbsp;</td>
-		              <td class="dvtUnSelectedCell" align=center nowrap><a href="index.php?module=Calendar&action=new_calendar&sel=month">Month</a></td>
+		              <td class="dvtUnSelectedCell" align=center nowrap><a href="index.php?module=Calendar&action=new_calendar&sel=month&t=<?echo $t?>">Month</a></td>
 		              <td class="dvtTabCache" style="width:10px">&nbsp;</td>
 		              <td class="dvtTabCache" style="width:100%">&nbsp;</td>
 	                </tr>





More information about the vtigercrm-commits mailing list