summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-25 01:57:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-25 01:57:54 +0000
commit2b5f152dbc98498058efa8c6af58edeb270bef9a (patch)
treea380f0903cf42d31aeb4d048bb5250ae2c784f7d /usr/local/www/interfaces.php
parentdf00291c3ddb8fb187f7975f15255dfbf4b7358b (diff)
downloadpfsense-2b5f152dbc98498058efa8c6af58edeb270bef9a.zip
pfsense-2b5f152dbc98498058efa8c6af58edeb270bef9a.tar.gz
* We only need one save button, mmmkay?
* Make whitespace consistent between blocks
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php54
1 files changed, 3 insertions, 51 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 60e961e..0a0a718 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -798,13 +798,6 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
</td>
</tr>
<tr>
- <td width="100" valign="top"></td>
- <td>
- <br/>
- <input name="Submit" type="submit" class="formbtn" value="Save">
- </td>
- </tr>
- <tr>
<td colspan="2" valign="top" height="16"></td>
</tr>
<tr style="display:none;" name="none" id="none">
@@ -902,16 +895,6 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
DHCP client.
</td>
</tr>
- <tr>
- <td width="100" valign="top"></td>
- <td>
- <br/>
- <input name="Submit" type="submit" class="formbtn" value="Save">
- </td>
- </tr>
- <tr>
- <td colspan="2" valign="top" height="16"></td>
- </tr>
</table>
</td>
</tr>
@@ -1010,16 +993,6 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
</table>
</td>
</tr>
- <tr>
- <td width="100" valign="top"></td>
- <td>
- <br/>
- <input name="Submit" type="submit" class="formbtn" value="Save">
- </td>
- </tr>
- <tr>
- <td colspan="2" valign="top" height="16"></td>
- </tr>
</table>
</td>
</tr>
@@ -1073,16 +1046,6 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
<input name="pptp_idletimeout" type="text" class="formfld unknown" id="pptp_idletimeout" size="8" value="<?=htmlspecialchars($pconfig['pptp_idletimeout']);?>"> seconds<br>If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature.
</td>
</tr>
- <tr>
- <td width="100" valign="top"></td>
- <td>
- <br/>
- <input name="Submit" type="submit" class="formbtn" value="Save">
- </td>
- </tr>
- <tr>
- <td colspan="2" valign="top" height="16"></td>
- </tr>
</table>
</td>
</tr>
@@ -1092,8 +1055,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
?>
<tr>
<td colspan="2" valign="top" height="16"></td>
- </tr>
-
+ </tr>
<tr>
<td colspan="2" valign="top" class="listtopic">Wireless configuration</td>
</tr>
@@ -1337,7 +1299,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
</tr>
<? endif; ?>
<tr>
- <td colspan="2" valign="top" height="10"></td>
+ <td colspan="2" valign="top" height="16"></td>
</tr>
<tr>
<td colspan="2" valign="top" class="listtopic">Other</td>
@@ -1351,17 +1313,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
</td>
</tr>
<tr>
- <td width="100" valign="top">
- &nbsp;
- </td>
- <td>
- <br/>
- <input name="Submit" type="submit" class="formbtn" value="Save">
- <input name="if" type="hidden" id="if" value="<?=$if;?>">
- </td>
- </tr>
- <tr>
- <td colspan="2" valign="top" height="10"></td>
+ <td colspan="2" valign="top" height="16"></td>
</tr>
<tr>
<td colspan="2" valign="top" class="listtopic">Private networks</td>
OpenPOWER on IntegriCloud