aboutsummaryrefslogtreecommitdiffstats
path: root/templates/green
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-05-19 16:18:13 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-05-19 16:18:13 +0000
commitcc3fc71a8aca6cbd6c6263b9b4e08eaebaa52a44 (patch)
treeb58eecf29add350a9be0399f874c640c9a3acc04 /templates/green
parentd2594889e58f17893f8a7dc4477b1723a6faf391 (diff)
downloadphpicalendar-cc3fc71a8aca6cbd6c6263b9b4e08eaebaa52a44.tar.gz
phpicalendar-cc3fc71a8aca6cbd6c6263b9b4e08eaebaa52a44.tar.bz2
phpicalendar-cc3fc71a8aca6cbd6c6263b9b4e08eaebaa52a44.zip
fix bug 1641928 change todo popup to be like event popup
Diffstat (limited to 'templates/green')
-rw-r--r--templates/green/sidebar.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/green/sidebar.tpl b/templates/green/sidebar.tpl
index ba6ccd8..e5aa36a 100644
--- a/templates/green/sidebar.tpl
+++ b/templates/green/sidebar.tpl
@@ -161,21 +161,21 @@
<tr>
<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>
+ <td><s>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></s></td>
</tr>
<!-- switch show_completed off -->
<!-- switch show_important on -->
<tr>
<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>
+ <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td>
</tr>
<!-- switch show_important off -->
<!-- switch show_normal on -->
<tr>
<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>
+ <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td>
</tr>
<!-- switch show_normal off -->
</table>

© 2014-2024 Faster IT GmbH | imprint | privacy policy