[Vtigercrm-commits] [vtiger-commits] r4064 - /vtigercrm/trunk/modules/Calendar/calendar_monthview.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 7 06:55:16 EST 2006
Author: saraj
Date: Tue Mar 7 04:55:09 2006
New Revision: 4064
Log:
t value has been parsed in the link
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 Tue Mar 7 04:55:09 2006
@@ -21,11 +21,11 @@
<table border=0 cellspacing=0 cellpadding=3 width=100%>
<tr>
<td class="dvtTabCache" style="width:10px" nowrap> </td>
- <td class="dvtUnSelectedCell" align=center nowrap><a href="index.php?module=Calendar&action=new_calendar&sel=day">Day</a></td>
+ <td class="dvtUnSelectedCell" 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"> </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"> </td>
- <td class="dvtSelectedCell" align=center nowrap>Month</td>
+ <td class="dvtSelectedCell" 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"> </td>
<td class="dvtTabCache" style="width:100%"> </td>
</tr>
More information about the vtigercrm-commits
mailing list