summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-15 17:42:52 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-15 17:42:52 -0400
commit1600b1afeec02e12c4b8ff1aa0cf1a7e1f5c842a (patch)
treead72aa335727aa307ad68e7204ece7406c8c74a7 /usr
parent466a887545c90ba243183efea06f4f1a60c7d57a (diff)
downloadpfsense-1600b1afeec02e12c4b8ff1aa0cf1a7e1f5c842a.zip
pfsense-1600b1afeec02e12c4b8ff1aa0cf1a7e1f5c842a.tar.gz
Revert "Stick save and cancel back into the right hand of the first td cell like all other forms have it."
This reverts commit 787e94645b722b3b3c7f99480a7b71c20f083396.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index d76d5b4..f57616f 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1183,8 +1183,7 @@ $types = array("none" => gettext("None"), "static" => gettext("Static"), "dhcp"
</tr>
<tr><td>&nbsp;</td>
<tr>
- <td>&nbsp;</td>
- <td>
+ <td colspan="2">
<center>
<div id='savebuttondiv'>
<input type="hidden" name="addrtype" id="addrtype" value="IPv4" />
@@ -1992,6 +1991,10 @@ $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;
@@ -2007,8 +2010,7 @@ $types = array("none" => gettext("None"), "static" => gettext("Static"), "dhcp"
<input name="ptpid" type="hidden" value="<?=$pconfig['ptpid'];?>">
</td>
</tr>
- </table> <!-- End "allcfg" table -->
- </div> <!-- End "allcfg" div -->
+ </table>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud