diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-12-08 21:27:48 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-12-08 21:27:48 +0000 |
commit | 6cf2fdd47c15574c8cddade8946265993cc83827 (patch) | |
tree | 467054ed0311841d2a7c8c4a3f2c269f4a7f4a0e /packages | |
parent | 169f030e9c1b420055844c9ba33f81e1df1f36df (diff) | |
download | pfsense-packages-6cf2fdd47c15574c8cddade8946265993cc83827.tar.gz pfsense-packages-6cf2fdd47c15574c8cddade8946265993cc83827.tar.bz2 pfsense-packages-6cf2fdd47c15574c8cddade8946265993cc83827.zip |
Remove clear button
Diffstat (limited to 'packages')
-rw-r--r-- | packages/tinydns/tinydns_status.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/tinydns/tinydns_status.php b/packages/tinydns/tinydns_status.php index b87352e1..b490dd8b 100644 --- a/packages/tinydns/tinydns_status.php +++ b/packages/tinydns/tinydns_status.php @@ -53,8 +53,7 @@ include("head.inc"); <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="tabcont" > - <form action="status_upnp.php" method="post"> - <b><input type="submit" name="clear" id="clear" value="Clear" /></b> + <form action="tinydns_status.php" method="post"> </form> </td> </tr> @@ -62,7 +61,7 @@ include("head.inc"); <td class="tabcont" > <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> - <td width="10%" class="listhdrr">IP</td> + <td width="90%" class="listhdrr">IP</td> <td width="10%" class="listhdrr">Status</td> </tr> |