summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-25 22:45:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-25 22:45:49 +0000
commitcbb27bc8c3c789d4505ea5ec5f1da0590697a761 (patch)
treed3da53c10bc4fdfddd000bd228e281d56b3c7e8d /usr
parent5924fa0feea0c40fb4ddadb0866a202e49949c35 (diff)
downloadpfsense-cbb27bc8c3c789d4505ea5ec5f1da0590697a761.zip
pfsense-cbb27bc8c3c789d4505ea5ec5f1da0590697a761.tar.gz
Place the save button in the correct table
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php27
1 files changed, 15 insertions, 12 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 2bdc72b..6d60fb3 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1,4 +1,4 @@
-<?php
+<!-- <?php
/* $Id$ */
/*
interfaces.php
@@ -1416,16 +1416,19 @@ roxy" value="yes" <?php if ($pconfig['disableftpproxy']) echo "checked"; ?> />
are reserved (but not RFC 1918) or not yet assigned by IANA.<br>
Bogons are prefixes that should never appear in the Internet routing table, and obviously should not appear as the source address in any packets you receive.</td>
</tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="100" valign="top">&nbsp;</td>
- <td> &nbsp;<br> <input name="Submit" type="submit" class="formbtn" value="Save">
- <input name="if" type="hidden" id="if" value="<?=$if;?>">
- </td>
- </tr>
- </table>
+ </tr>
+ <tr>
+ <td width="100" valign="top">
+ &nbsp;
+ </td>
+ <td>
+ <input name="Submit" type="submit" class="formbtn" value="Save">
+ <input name="if" type="hidden" id="if" value="<?=$if;?>">
+ </td>
+ </tr>
+ </table>
+ </td>
+</table>
</form>
<script language="JavaScript">
<!--
@@ -1440,4 +1443,4 @@ echo "updateType('{$pconfig['type']}')";
</script>
<?php include("fend.inc"); ?>
</body>
-</html>
+</html> -->
OpenPOWER on IntegriCloud