diff options
author | rbgarga <garga@FreeBSD.org> | 2013-02-18 14:51:02 -0800 |
---|---|---|
committer | rbgarga <garga@FreeBSD.org> | 2013-02-18 14:51:02 -0800 |
commit | 9e696e9ae5f3138a7d95b84c1b943c0ee0bbc17e (patch) | |
tree | 79e722833b91d333f605f05b8a78ac0f41c7f08f /usr | |
parent | 672717cf9cbdc0d26c5097707657842a1fcb1d2f (diff) | |
parent | a236affe7a80a27d6cdf50a24f8f281f11c99e77 (diff) | |
download | pfsense-9e696e9ae5f3138a7d95b84c1b943c0ee0bbc17e.zip pfsense-9e696e9ae5f3138a7d95b84c1b943c0ee0bbc17e.tar.gz |
Merge pull request #425 from N0YB/Interfaces_Types_Config_Sections_Spacer_Row
Interfaces Types Config Sections Spacer Row
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/interfaces.php | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index b8658b4..9308f5c 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -1535,6 +1535,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> @@ -1640,6 +1643,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> @@ -1689,6 +1695,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> @@ -1732,6 +1741,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> @@ -1773,6 +1785,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> @@ -1831,6 +1846,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> @@ -1928,6 +1946,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> @@ -2034,6 +2055,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> @@ -2102,6 +2126,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> @@ -2110,9 +2137,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> @@ -2574,10 +2598,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> |