summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-11 20:36:11 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-11 20:36:11 -0400
commit787e94645b722b3b3c7f99480a7b71c20f083396 (patch)
tree90f30fdd92b7b6e4ae88859c00cf93c734735189
parent46d8071ea4285a25e5aa5a5e25a745be17764af6 (diff)
downloadpfsense-787e94645b722b3b3c7f99480a7b71c20f083396.zip
pfsense-787e94645b722b3b3c7f99480a7b71c20f083396.tar.gz
Stick save and cancel back into the right hand of the first td cell like all other forms have it.
-rwxr-xr-xusr/local/www/interfaces.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 0ef439b..ee253a8 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1183,7 +1183,8 @@ $types = array("none" => gettext("None"), "static" => gettext("Static"), "dhcp"
</tr>
<tr><td>&nbsp;</td>
<tr>
- <td colspan="2">
+ <td>&nbsp;</td>
+ <td>
<center>
<div id='savebuttondiv'>
<input type="hidden" name="addrtype" id="addrtype" value="IPv4" />
@@ -1991,10 +1992,6 @@ $types = array("none" => gettext("None"), "static" => gettext("Static"), "dhcp"
"and obviously should not appear as the source address in any packets you receive"); ?>.
</td>
</tr>
- </table> <!-- End "allcfg" table -->
- </div> <!-- End "allcfg" div -->
-
- <table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="100" valign="top">
&nbsp;
@@ -2010,7 +2007,8 @@ $types = array("none" => gettext("None"), "static" => gettext("Static"), "dhcp"
<input name="ptpid" type="hidden" value="<?=$pconfig['ptpid'];?>">
</td>
</tr>
- </table>
+ </table> <!-- End "allcfg" table -->
+ </div> <!-- End "allcfg" div -->
</td>
</tr>
</table>
OpenPOWER on IntegriCloud