summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-05-31 06:53:46 +0700
committergnhb <gnoahb@gmail.com>2010-05-31 06:53:46 +0700
commit0963707502d77b767ffd3ec25c436eb4738cefc4 (patch)
tree6f6079e71316e690922700f99456aa4b5895566b /usr/local/www/interfaces.php
parent6c05cfb07b246ffa3af8ce42a8e12f0e83966de4 (diff)
downloadpfsense-0963707502d77b767ffd3ec25c436eb4738cefc4.zip
pfsense-0963707502d77b767ffd3ec25c436eb4738cefc4.tar.gz
Simplify code that handles link specific data fields like local ip, gateway, and bandwidth.
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index bef6ad7..a4b290a 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1288,12 +1288,14 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "ppp" =
<tr>
<td width="22%" valign="top" class="vncell">More</td>
<?php if (isset($pconfig['pppid'])): ?>
- <td width="78%" class="vtable">For additional PPPoE configuration options
- <a href="/interfaces_ppps_edit.php?id=<?=htmlspecialchars($pconfig['pppid']);?>" class="navlnk">click here</a>
+ <td width="78%" class="vtable">
+ <a href="/interfaces_ppps_edit.php?id=<?=htmlspecialchars($pconfig['pppid']);?>" class="navlnk">Click here</a>
+ for additional PPPoE configuration options. Save first if you made changes.
</td>
<? else: ?>
- <td width="78%" class="vtable">For advanced PPPoE configuration options or MLPPP configuration
- <a href="/interfaces_ppps_edit.php" class="navlnk">click here</a>
+ <td width="78%" class="vtable">
+ <a href="/interfaces_ppps_edit.php" class="navlnk">Click here</a>
+ for advanced PPPoE configuration options or MLPPP configuration.
</td>
<? endif; ?>
</tr>
OpenPOWER on IntegriCloud