summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/diag_dump_states.php12
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:&nbsp;</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:&nbsp;
+
+ <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>
OpenPOWER on IntegriCloud