summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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