|
From: Benjamin C. <bc...@us...> - 2001-08-18 21:59:05
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv24222/templates/default
Modified Files:
buglist.html
Log Message:
javascript fun
Index: buglist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/buglist.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buglist.html 2001/08/01 13:55:56 1.1
+++ buglist.html 2001/08/18 21:59:02 1.2
@@ -18,7 +18,7 @@
<th bgcolor="{resolutioncolor}"><a href="{resolutionurl}">Resolution</a></th>
</tr>
<!-- BEGIN row -->
- <tr bgcolor="{bgcolor}">
+ <tr bgcolor="{bgcolor}" onClick="document.location.href='bug.php?op=show&bugid={bugid}'" onMouseOver="this.style.backgroundColor='#eeeeee'" onMouseOut="this.style.backgroundColor='{bgcolor}'" >
<td><a href="bug.php?op=show&bugid={bugid}">{bugid}</a></td>
<td><a href="bug.php?op=show&bugid={bugid}">{title}</a></td>
<td align="center">{reporter}</td>
|