summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-09-28 14:40:21 -0400
committerjim-p <jimp@pfsense.org>2011-09-28 14:41:15 -0400
commit433e98427c6f66e3170b125c2541896cc073ff0e (patch)
treec97bdd8c2821903d81f6d97c7a80ca70e494547e /usr/local/www/interfaces.php
parentd353423564517a5038f57996769cb488ec802d7a (diff)
downloadpfsense-433e98427c6f66e3170b125c2541896cc073ff0e.zip
pfsense-433e98427c6f66e3170b125c2541896cc073ff0e.tar.gz
Clarify text/settings for media selection. Fixes #1910
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 7a42482..0909e4f 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1329,7 +1329,8 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
if ($mediaopt_from_config == 'autoselect ' || $mediaopt_from_config == ' ') echo "style='display:none'>";
else echo '>';
echo '<select name="mediaopt" class="formselect" id="mediaopt">';
- print "<option value=\"\">Default</option>";
+ print "<option value=\"\">Default (no preference, typically autoselect)</option>";
+ print "<option value=\"\">------- Media Supported by this interface -------</option>";
foreach($mediaopts_list as $mediaopt){
if ($mediaopt != rtrim($mediaopt_from_config)){
print "<option value=\"$mediaopt\">" . gettext("$mediaopt") . "</option>";
@@ -1338,7 +1339,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
}
}
echo '</select><br>';
- echo gettext("Here you can explicitly set speed and duplex mode for this interface. WARNING: You MUST leave this set to autonegotiate unless the port this interface connects to has its speed and duplex forced.");
+ echo gettext("Here you can explicitly set speed and duplex mode for this interface. WARNING: You MUST leave this set to autoselect (automatically negotiate speed) unless the port this interface connects to has its speed and duplex forced.");
echo '</div>';
echo '</td>';
echo '</tr>';
OpenPOWER on IntegriCloud