summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-01-05 17:14:23 +0000
committerErmal Luçi <eri@pfsense.org>2009-01-05 17:14:23 +0000
commitb09a92b7d17e6fb1a8a0f07f8959e62e8d08526b (patch)
tree7303ede7d6bdbf70bdbb2a9fc76ba595d6d53c61 /usr/local/www/interfaces.php
parenta077b4790c03979ccca373f426dbf97f9e8e0815 (diff)
downloadpfsense-b09a92b7d17e6fb1a8a0f07f8959e62e8d08526b.zip
pfsense-b09a92b7d17e6fb1a8a0f07f8959e62e8d08526b.tar.gz
Restore back the functionality that when the Enabled checkbox is not checked all configurations disappear.
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 6298b6d..5136e45 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -749,7 +749,9 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
</td>
</tr>
<?php endif; ?>
- <tr style="display:none;" name="allcfg" id="allcfg">
+ </table>
+ <div style="display:none;" name="allcfg" id="allcfg">
+ <table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top" class="vncell">Description</td>
<td width="78%" class="vtable">
@@ -1429,6 +1431,9 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
</td>
</tr>
</tr>
+ </table>
+ </div>
+ <table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="100" valign="top">
&nbsp;
@@ -1522,4 +1527,4 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
</script>
<?php include("fend.inc"); ?>
</body>
-</html> \ No newline at end of file
+</html>
OpenPOWER on IntegriCloud