summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-08-15 16:02:06 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-08-15 16:07:56 -0600
commit7b8db0c3bb38080f2659c9d79f7e099cd5675ee2 (patch)
tree45f437b1dd8babd6982c8e3694a6fc40eef63eb6 /usr
parent1600b1afeec02e12c4b8ff1aa0cf1a7e1f5c842a (diff)
downloadpfsense-7b8db0c3bb38080f2659c9d79f7e099cd5675ee2.zip
pfsense-7b8db0c3bb38080f2659c9d79f7e099cd5675ee2.tar.gz
Fix alignment of save and cancel buttons on interfaces.php.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index f57616f..bc8cfec 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" />
@@ -1996,10 +1997,10 @@ $types = array("none" => gettext("None"), "static" => gettext("Static"), "dhcp"
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
- <td width="100" valign="top">
+ <td width="22%" valign="top">
&nbsp;
</td>
- <td>
+ <td width="78%">
<br/>
<input id="save" name="Submit" type="submit" class="formbtn" value="<?=gettext("Save"); ?>">
<input id="cancel" type="button" class="formbtn" value="<?=gettext("Cancel"); ?>" onclick="history.back()">
OpenPOWER on IntegriCloud