|
From: Benjamin C. <bc...@us...> - 2002-04-09 23:27:38
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin In directory usw-pr-cvs1:/tmp/cvs-serv20152/templates/default/admin Modified Files: header.html Log Message: Cleanup Index: header.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/header.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- header.html 8 Apr 2002 12:24:36 -0000 1.4 +++ header.html 9 Apr 2002 23:27:35 -0000 1.5 @@ -10,11 +10,11 @@ <td width="150" height="30" class="nav"> phpBugTracker </td> - <input type="hidden" name="op" value="show"> + <td height="30" class="nav" align="right"> <form action="../bug.php"> - <td height="30" class="nav" align="right"> - Find bug <input type="text" name="bugid" size="4" class="navinput"> - + <input type="hidden" name="op" value="show"> + Find bug <input type="text" name="bugid" size="4" class="navinput"> + </form> </td> </tr> |