summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-25 01:11:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-25 01:11:51 +0000
commitc3087303453a60af42ef27f75b216639e4540dae (patch)
treea826c75c994ffc3df9ec25a20f73d5414044125f /usr/local/www/interfaces.php
parentafc04d58515346c42c235ba11182059dc85a3c0e (diff)
downloadpfsense-c3087303453a60af42ef27f75b216639e4540dae.zip
pfsense-c3087303453a60af42ef27f75b216639e4540dae.tar.gz
* Remove non-needed td and cleanup blank whitespace
* Make enable match the rest
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index e689b96..b7e9595 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -737,14 +737,14 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
</tr>
<?php if ($if != "wan" && $if != "lan"): ?>
<tr>
+ <td width="22%" valign="top" class="vncell">Enable</td>
<td width="78%" class="vtable">
<input name="enable" type="checkbox" value="yes" <?php if ($pconfig['enable'] == true) echo "checked"; ?> onClick="show_allcfg(this);">
- <strong>Enable Interface</strong>
+ <strong>Enable Interface</strong>
</td>
</tr>
<?php endif; ?>
<tr style="display:none;" name="allcfg" id="allcfg">
- <td colspan="2">
<tr>
<td width="22%" valign="top" class="vncell">Description</td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud