diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-31 04:56:31 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-31 04:56:31 +0000 |
commit | e32a4dcc9ad31ce42df47a7f9c85f583b6ababf1 (patch) | |
tree | f793446d57eac7bc09d29977e2b81aab4e6f2e2f /usr | |
parent | 1f97829e04906d5ded74e3c49a69cdea04ef1b31 (diff) | |
download | pfsense-e32a4dcc9ad31ce42df47a7f9c85f583b6ababf1.zip pfsense-e32a4dcc9ad31ce42df47a7f9c85f583b6ababf1.tar.gz |
Rework html a bit
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/diag_dump_states.php | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php index e098a6c..f81ae17 100755 --- a/usr/local/www/diag_dump_states.php +++ b/usr/local/www/diag_dump_states.php @@ -60,12 +60,14 @@ if($_GET['filter']) { <tr> <td colspan="10"> <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0"> + <form action="diag_dump_states.php" method="get" id="search"> <tr> - <td style="font-weight:bold;" width="50" align="right">Filter: </td> - <form action="diag_dump_states.php" method="get" id="search"> - <td width="175"><input name="filter" type="text" id="" value="<?=$_GET['filter'];?>" size="30" style="font-size:11px;"></td> - </form> - <td><input type="submit" class="formbtn" value="Filter"></td> + <td style="font-weight:bold;" width="50" align="right">Filter: + + <input name="filter" type="text" id="" value="<?=$_GET['filter'];?>" size="30" style="font-size:11px;"> + <input type="submit" class="formbtn" value="Filter"> + </form> + <td> </tr> </table> </td> |