summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorN0YB <Al_Stu@Frontier.com>2013-02-18 11:23:27 -0800
committerN0YB <Al_Stu@Frontier.com>2013-02-18 11:23:27 -0800
commitbd10508a2e4ad40921c2313b5ada3e148115cc1a (patch)
treeabf8c61f010a31de199ed386f3f1b1187fa3377b /usr
parent24c0145c2cdb7eb8006020579c7c8b82f0108412 (diff)
downloadpfsense-bd10508a2e4ad40921c2313b5ada3e148115cc1a.zip
pfsense-bd10508a2e4ad40921c2313b5ada3e148115cc1a.tar.gz
Interfaces Static IP v4 & v6 Gateway Add New
Fix mismatched table row tags
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php20
1 files changed, 8 insertions, 12 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 5062b36..b8658b4 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1494,11 +1494,11 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<tr>
<td>
<table bgcolor="#990000" cellpadding="1" cellspacing="1">
- <tr><td>&nbsp;</td>
+ <tr><td>&nbsp;</td></tr>
<tr>
<td colspan="2"><center><b><font color="white"><?=gettext("Add new gateway:"); ?></font></b></center></td>
</tr>
- <tr><td>&nbsp;</td>
+ <tr><td>&nbsp;</td></tr>
<?php
if($if == "wan" || $if == "WAN")
$checked = " CHECKED";
@@ -1515,14 +1515,11 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<tr>
<td align="right"><font color="white"><?=gettext("Description:"); ?></td><td><input id="gatewaydescr" name="gatewaydescr"></td>
</tr>
- <tr><td>&nbsp;</td>
+ <tr><td>&nbsp;</td></tr>
<tr>
- <td>&nbsp;</td>
- <td>
+ <td colspan="2">
<center>
<div id='savebuttondiv'>
-
-
<input id="gwsave" type="Button" value="<?=gettext("Save Gateway"); ?>" onClick='hide_add_gatewaysave();'>
<input id="gwcancel" type="Button" value="<?=gettext("Cancel"); ?>" onClick='hide_add_gateway();'>
</div>
@@ -1602,11 +1599,11 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<tr>
<td>
<table bgcolor="#990000" cellpadding="1" cellspacing="1">
- <tr><td>&nbsp;</td>
+ <tr><td>&nbsp;</td></tr>
<tr>
<td colspan="2"><center><b><font color="white"><?=gettext("Add new v6 gateway:"); ?></font></b></center></td>
</tr>
- <tr><td>&nbsp;</td>
+ <tr><td>&nbsp;</td></tr>
<?php
if($if == "wan" || $if == "WAN")
$checked = " CHECKED";
@@ -1623,10 +1620,9 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<tr>
<td align="right"><font color="white"><?=gettext("Description:"); ?></td><td><input id="gatewaydescrv6" name="gatewaydescrv6"></td>
</tr>
- <tr><td>&nbsp;</td>
+ <tr><td>&nbsp;</td></tr>
<tr>
- <td>&nbsp;</td>
- <td>
+ <td colspan="2">
<center>
<div id='savebuttondivv6'>
<input id="gwsavev6" type="Button" value="<?=gettext("Save Gateway"); ?>" onClick='hide_add_gatewaysave_v6();'>
OpenPOWER on IntegriCloud