summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorN0YB <Al_Stu@Frontier.com>2013-02-18 13:40:45 -0800
committerN0YB <Al_Stu@Frontier.com>2013-02-18 13:40:45 -0800
commita236affe7a80a27d6cdf50a24f8f281f11c99e77 (patch)
tree920a7e7ecd270ac27884ebab8985cd044ebe28c9 /usr/local/www/interfaces.php
parent24c0145c2cdb7eb8006020579c7c8b82f0108412 (diff)
downloadpfsense-a236affe7a80a27d6cdf50a24f8f281f11c99e77.zip
pfsense-a236affe7a80a27d6cdf50a24f8f281f11c99e77.tar.gz
Interfaces Types Config Sections Spacer Row
Fix spacer (last) row display inconsistency
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php32
1 files changed, 28 insertions, 4 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 5062b36..313767e 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1538,6 +1538,9 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</div>
</td>
</tr>
+ <tr>
+ <td colspan="2" valign="top" height="16"></td>
+ </tr>
</table>
</td>
</tr>
@@ -1644,6 +1647,9 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</div>
</td>
</tr>
+ <tr>
+ <td colspan="2" valign="top" height="16"></td>
+ </tr>
</table>
</td>
</tr>
@@ -1693,6 +1699,9 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
"DHCP client."); ?>
</td>
</tr>
+ <tr>
+ <td colspan="2" valign="top" height="16"></td>
+ </tr>
</table>
</td>
</tr>
@@ -1736,6 +1745,9 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<?=gettext("The value in this field is the delegated prefix length provided by the DHCPv6 server. Normally specified by the ISP."); ?>
</td>
</tr>
+ <tr>
+ <td colspan="2" valign="top" height="16"></td>
+ </tr>
</table>
</td>
</tr>
@@ -1777,6 +1789,9 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<?=gettext("The value in this field is the 6RD IPv4 prefix length. Normally specified by the ISP. A value of 0 means we embed the entire IPv4 address in the 6RD prefix."); ?>
</td>
</tr>
+ <tr>
+ <td colspan="2" valign="top" height="16"></td>
+ </tr>
</table>
</td>
</tr>
@@ -1835,6 +1850,9 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</tr>
</td>
</tr>
+ <tr>
+ <td colspan="2" valign="top" height="16"></td>
+ </tr>
</table>
</td>
</tr>
@@ -1932,6 +1950,9 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</td>
<?php endif; ?>
</tr>
+ <tr>
+ <td colspan="2" valign="top" height="16"></td>
+ </tr>
</table>
</td>
</tr>
@@ -2038,6 +2059,9 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</td>
<?php endif; ?>
</tr>
+ <tr>
+ <td colspan="2" valign="top" height="16"></td>
+ </tr>
</table>
</td>
</tr>
@@ -2106,6 +2130,9 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</td>
<?php endif; ?>
</tr>
+ <tr>
+ <td colspan="2" valign="top" height="16"></td>
+ </tr>
</table>
</td>
</tr>
@@ -2114,9 +2141,6 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
if (isset($wancfg['wireless'])):
?>
<tr>
- <td colspan="2" valign="top" height="16"></td>
- </tr>
- <tr>
<td colspan="2" valign="top" class="listtopic"><?=gettext("Common wireless configuration - Settings apply to all wireless networks on"); ?> <?=$wlanbaseif;?>.</td>
</tr>
<tr>
@@ -2578,10 +2602,10 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<br/>
</td>
</tr>
- <?php endif; ?>
<tr>
<td colspan="2" valign="top" height="16"></td>
</tr>
+ <?php endif; ?>
<tr>
<td colspan="2" valign="top" class="listtopic"><?=gettext("Private networks"); ?></td>
</tr>
OpenPOWER on IntegriCloud