|
From: Benjamin C. <bc...@us...> - 2002-08-26 18:15:50
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv27803/templates/default/admin
Modified Files:
wrap.html
Log Message:
Fixed a problem with pointing to bug.php in the current dir
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/wrap.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- wrap.html 24 Aug 2002 19:28:12 -0000 1.16
+++ wrap.html 26 Aug 2002 18:15:46 -0000 1.17
@@ -10,7 +10,7 @@
<tr>
<td class="nav" valign="middle"><img name="title" src="{$template_path}/../images/title.gif" width="500" height="50" border="0" alt="" hspace="0" vspace="0"></td>
<td align="right" valign="middle" class="nav">
- <form action="bug.php">
+ <form action="../bug.php">
<input type="hidden" name="op" value="show">
{$STRING.WRAP.FindBug}
<input name="bugid" type="text" id="bugid" size="4">
|