diff options
author | gnhb <gnoahb@gmail.com> | 2010-05-31 22:02:52 +0700 |
---|---|---|
committer | gnhb <gnoahb@gmail.com> | 2010-05-31 22:02:52 +0700 |
commit | 24bc6ffbc4da49bc09b483f486bb11c288cbee1a (patch) | |
tree | c7c37814e7d9b2bceabee4000694bdc2745d9552 /usr/local | |
parent | e8d50a4a0eab841da43148b47bf96f01c01ccd64 (diff) | |
download | pfsense-24bc6ffbc4da49bc09b483f486bb11c288cbee1a.zip pfsense-24bc6ffbc4da49bc09b483f486bb11c288cbee1a.tar.gz |
Update note text.
Change label and update note text about Advanced and MLPPP configs.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/interfaces.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index a4b290a..d215871 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -1286,7 +1286,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "ppp" = </tr> <tr> - <td width="22%" valign="top" class="vncell">More</td> + <td width="22%" valign="top" class="vncell">Advanced and MLPPP</td> <?php if (isset($pconfig['pppid'])): ?> <td width="78%" class="vtable"> <a href="/interfaces_ppps_edit.php?id=<?=htmlspecialchars($pconfig['pppid']);?>" class="navlnk">Click here</a> @@ -1295,7 +1295,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "ppp" = <? else: ?> <td width="78%" class="vtable"> <a href="/interfaces_ppps_edit.php" class="navlnk">Click here</a> - for advanced PPPoE configuration options or MLPPP configuration. + for advanced PPPoE configuration options and MLPPP configuration. </td> <? endif; ?> </tr> |