Update of /cvsroot/phpicalendar/phpicalendar/templates/green
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30988/phpicalendar/templates/green
Modified Files:
sidebar.tpl
Log Message:
fix bug 1641928 change todo popup to be like event popup
Index: sidebar.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/green/sidebar.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sidebar.tpl 18 May 2007 19:03:07 -0000 1.1
--- sidebar.tpl 19 May 2007 16:18:13 -0000 1.2
***************
*** 162,166 ****
<td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td>
<td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td>
! <td><s><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></s></td>
</tr>
<!-- switch show_completed off -->
--- 162,166 ----
<td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td>
<td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td>
! <td><s>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></s></td>
</tr>
<!-- switch show_completed off -->
***************
*** 169,173 ****
<td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td>
<td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td>
! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td>
</tr>
<!-- switch show_important off -->
--- 169,173 ----
<td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td>
<td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td>
! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td>
</tr>
<!-- switch show_important off -->
***************
*** 176,180 ****
<td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td>
<td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td>
! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td>
</tr>
<!-- switch show_normal off -->
--- 176,180 ----
<td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td>
<td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td>
! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td>
</tr>
<!-- switch show_normal off -->
|